|
|||||||||
| 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.DatabaseReader
org.mmbase.util.XMLDatabaseReader
Used to parse and retrieve data from a database configuration file.
Code has been moved to DatabaseReader.
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.DatabaseReader |
DTD_DATABASE, DTD_DATABASE_1_0, DTD_DATABASE_1_1, DTD_DATABASE_1_2, PUBLIC_ID_DATABASE, PUBLIC_ID_DATABASE_1_0, PUBLIC_ID_DATABASE_1_1, PUBLIC_ID_DATABASE_1_2 |
| 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 | |
XMLDatabaseReader(org.xml.sax.InputSource source)
Constructor. |
|
XMLDatabaseReader(java.lang.String path)
Constructor |
|
| Methods inherited from class org.mmbase.util.xml.DatabaseReader |
getBlobDataDir, getChainedSqlHandlers, getCreateExtendedScheme, getCreateScheme, getDisallowedFields, getForeignKeyScheme, getKeyScheme, getMaxDropSize, getMMBaseDatabaseDriver, getName, getNotNullScheme, getPrimaryKeyScheme, getSqlHandler, getTypeMapping, registerPublicIDs |
| 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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XMLDatabaseReader(java.lang.String path)
path - the filenamepublic XMLDatabaseReader(org.xml.sax.InputSource source)
source - Inputsource to the xml document.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||