|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jconfig.parser.AbstractConfigParser
org.jconfig.parser.CDataConfigParser
The CDataConfigParser supports the following XML structure:
It also supports "inheritance" that means one category can
extend another category and will also have all properties.
Properties will be overwritten.
Syntax:
This means that category "second" now also has the property called "hello"
Constructor Summary | |
CDataConfigParser()
|
Method Summary | |
Configuration |
parse(org.w3c.dom.Document doc,
java.lang.String configName)
Description of the Method |
Methods inherited from class org.jconfig.parser.AbstractConfigParser |
getBaseConfigName, getIncludeProperties, getVariables |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CDataConfigParser()
Method Detail |
public Configuration parse(org.w3c.dom.Document doc, java.lang.String configName)
parse
in interface ConfigurationParser
parse
in class AbstractConfigParser
doc
- Description of the Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |