|
||||||||||
| 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.xml.ModuleReader
| Field Summary | |
static String |
DTD_MODULE
DTD resource filename of the most recent Module DTD |
static String |
DTD_MODULE_1_0
DTD resource filename of the most recent Module DTD |
static String |
PUBLIC_ID_MODULE
Public ID of the most recent Module DTD |
static String |
PUBLIC_ID_MODULE_1_0
Public ID of the Module DTD version 1.0 |
| 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 | |
ModuleReader(Document doc)
|
|
ModuleReader(InputSource is)
|
|
| Method Summary | |
String |
getClassName()
The name of the class which is implementing this Module. |
String |
getMaintainer()
Get the maintainer of this module |
Map |
getProperties()
Get the properties of this builder |
String |
getStatus()
Get the status of this module |
String |
getURLString()
get the optional resource url for the module |
int |
getVersion()
Get the version of this module |
static void |
registerPublicIDs()
Register the Public Ids for DTDs used by ModuleReader This method is called by XMLEntityResolver. |
| Methods inherited from class org.mmbase.util.xml.DocumentReader |
appendChild, getAttribute, getChildElements, getChildElements, getChildElements, getChildElements, getDocumentBuilder, getDocumentBuilder, getDocumentBuilder, getDocumentBuilder, getElementAttributeValue, getElementAttributeValue, getElementByPath, getElementByPath, getElementName, getElementValue, getElementValue, getNodeTextValue, getRootElement, getSystemId, hasAttribute, main, setNodeTextValue, setSystemId, toDocument, validate, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String PUBLIC_ID_MODULE_1_0
public static final String PUBLIC_ID_MODULE
public static final String DTD_MODULE_1_0
public static final String DTD_MODULE
| Constructor Detail |
public ModuleReader(InputSource is)
public ModuleReader(Document doc)
| Method Detail |
public static void registerPublicIDs()
public String getStatus()
public int getVersion()
public String getMaintainer()
public String getClassName()
public String getURLString()
public Map getProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||