|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.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 class AbstractConfigParserdoc - Description of the Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||