|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.util.xml.DocumentReader
org.mmbase.util.XMLBasicReader
org.mmbase.util.xml.BuilderReader
org.mmbase.util.XMLBuilderReader
Used to parse and retrieve data from a builder configuration file.
Code has been moved to BuilderReader.
This class functions as a place-holder for backward-compatibility, giving people
a chance to rewrite their code to use the new class.
It will be removed in a future MMBase release
| Field Summary |
| Fields inherited from class org.mmbase.util.xml.BuilderReader |
DTD_BUILDER, DTD_BUILDER_1_0, DTD_BUILDER_1_1, PUBLIC_ID_BUILDER, PUBLIC_ID_BUILDER_1_0, PUBLIC_ID_BUILDER_1_1 |
| Fields inherited from class org.mmbase.util.xml.DocumentReader |
document, DTD_ERROR, DTD_ERROR_1_0, FILENOTFOUND, PUBLIC_ID_ERROR, PUBLIC_ID_ERROR_1_0 |
| Constructor Summary | |
XMLBuilderReader(java.lang.String filename)
Creates an instance by reading a builder configuration (xml) file. |
|
XMLBuilderReader(java.lang.String filename,
MMBase mmb)
Creates an instance by reading a builder configuration (xml) file. |
|
| Methods inherited from class org.mmbase.util.xml.BuilderReader |
equals, getBuilderExtends, getBuilderMaintainer, getBuilderVersion, getClassFile, getDescriptions, getFieldDefs, getParentBuilder, getPluralNames, getProperties, getSearchAge, getSingularNames, getStatus, isInheritanceResolved, registerPublicIDs, resolveInheritance, storageEquals |
| Methods inherited from class org.mmbase.util.XMLBasicReader |
getChildElements, getChildElements, getChildElements, getChildElements, getDocumentBuilder, getDocumentBuilder, getDocumentBuilder, getDocumentBuilder, getDocumentBuilder, getDocumentBuilder, getElementAttributeValue, getElementAttributeValue, getElementByPath, getElementByPath, getElementName, getElementValue, getElementValue |
| Methods inherited from class org.mmbase.util.xml.DocumentReader |
getFileName, getNodeTextValue, validate |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XMLBuilderReader(java.lang.String filename,
MMBase mmb)
filename - path to the builder configuration file to parsemmb - The MMBase instance. Used to resolve inheritance of builderspublic XMLBuilderReader(java.lang.String filename)
filename - path to the builder configuration file to parse
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||