| java.lang.Object org.mmbase.util.xml.DocumentReader org.mmbase.util.xml.ModuleReader
ModuleReader | public class ModuleReader extends DocumentReader (Code) | | since: MMBase-1.8 author: Daniel Ockeloen author: Pierre van Rooden version: $Id: ModuleReader.java,v 1.8 2007/06/19 14:00:54 michiel Exp $ |
DTD_MODULE | final public static String DTD_MODULE(Code) | | DTD resource filename of the most recent Module DTD
|
DTD_MODULE_1_0 | final public static String DTD_MODULE_1_0(Code) | | DTD resource filename of the most recent Module DTD
|
NAMESPACE_MODULE | final public static String NAMESPACE_MODULE(Code) | | |
NAMESPACE_MODULE_2_0 | final public static String NAMESPACE_MODULE_2_0(Code) | | |
PUBLIC_ID_MODULE | final public static String PUBLIC_ID_MODULE(Code) | | Public ID of the most recent Module DTD
|
PUBLIC_ID_MODULE_1_0 | final public static String PUBLIC_ID_MODULE_1_0(Code) | | Public ID of the Module DTD version 1.0
|
XSD_MODULE_2_0 | final public static String XSD_MODULE_2_0(Code) | | |
getClassName | public String getClassName()(Code) | | The name of the class which is implementing this Module.
|
getMaintainer | public String getMaintainer()(Code) | | Get the maintainer of this module
|
getName | public String getName()(Code) | | Get the name of this module.
Returns null if no name is found.
since: MMBase-1.9 |
getStatus | public String getStatus()(Code) | | Get the status of this module
|
getURLString | public String getURLString()(Code) | | get the optional resource url for the module
the url of the resource or null if no url was defined |
getVersion | public int getVersion()(Code) | | Get the version of this module
|
registerPublicIDs | public static void registerPublicIDs()(Code) | | Register the Public Ids for DTDs used by ModuleReader
This method is called by XMLEntityResolver.
since: MMBase-1.7 |
registerSystemIDs | public static void registerSystemIDs()(Code) | | Register the namespace and XSD used by DataTypeConfigurer
This method is called by XMLEntityResolver.
|
Methods inherited from org.mmbase.util.xml.DocumentReader | public static void appendChild(Element parent, Element newChild, String path)(Code)(Java Doc) public static String getAttribute(Element element, String nameSpace, String localName)(Code)(Java Doc) public List<Element> getChildElements(String path)(Code)(Java Doc) public List<Element> getChildElements(Element e)(Code)(Java Doc) public List<Element> getChildElements(String path, String tag)(Code)(Java Doc) public List<Element> getChildElements(Element e, String tag)(Code)(Java Doc) public static DocumentBuilder getDocumentBuilder()(Code)(Java Doc) public static DocumentBuilder getDocumentBuilder(boolean validating)(Code)(Java Doc) public static DocumentBuilder getDocumentBuilder(boolean validating, ErrorHandler handler, EntityResolver resolver)(Code)(Java Doc) public static DocumentBuilder getDocumentBuilder(boolean validating, boolean xsd, ErrorHandler handler, EntityResolver resolver)(Code)(Java Doc) public String getElementAttributeValue(String path, String attr)(Code)(Java Doc) public String getElementAttributeValue(Element e, String attr)(Code)(Java Doc) public Element getElementByPath(String path)(Code)(Java Doc) public Element getElementByPath(Element e, String path)(Code)(Java Doc) public String getElementName(Element e)(Code)(Java Doc) public String getElementValue(String path)(Code)(Java Doc) public String getElementValue(Element e)(Code)(Java Doc) public static String getNodeTextValue(Node n)(Code)(Java Doc) public static String getNodeTextValue(Node n, boolean trim)(Code)(Java Doc) public Element getRootElement()(Code)(Java Doc) public String getSystemId()(Code)(Java Doc) public static boolean hasAttribute(Element element, String nameSpace, String localName)(Code)(Java Doc) public static void main(String argv) throws Exception(Code)(Java Doc) public static void registerPublicIDs()(Code)(Java Doc) public static void setNodeTextValue(Node n, String value)(Code)(Java Doc) public static void setPrefix(Document d, String ns, String prefix)(Code)(Java Doc) public void setSystemId(String url)(Code)(Java Doc) public static Document toDocument(Element element)(Code)(Java Doc) final protected static boolean validate()(Code)(Java Doc) final protected static boolean validate(boolean requested)(Code)(Java Doc)
|
|
|