| java.lang.Object org.mmbase.util.xml.DocumentReader org.mmbase.util.xml.ApplicationReader
ApplicationReader | public class ApplicationReader extends DocumentReader (Code) | | author: Case Roole author: Rico Jansen author: Pierre van Rooden version: $Id: ApplicationReader.java,v 1.4 2007/02/11 19:21:12 nklasens Exp $ |
DTD_APPLICATION | final public static String DTD_APPLICATION(Code) | | DTD resource filename of the most Application DTD
|
DTD_APPLICATION_1_0 | final public static String DTD_APPLICATION_1_0(Code) | | DTD resource filename of the Application DTD version 1.0
|
DTD_APPLICATION_1_1 | final public static String DTD_APPLICATION_1_1(Code) | | DTD resource filename of the Application DTD version 1.1
|
PUBLIC_ID_APPLICATION | final public static String PUBLIC_ID_APPLICATION(Code) | | Public ID of the most recent Application DTD
|
PUBLIC_ID_APPLICATION_1_0 | final public static String PUBLIC_ID_APPLICATION_1_0(Code) | | Public ID of the Application DTD version 1.0
|
PUBLIC_ID_APPLICATION_1_1 | final public static String PUBLIC_ID_APPLICATION_1_1(Code) | | Public ID of the Application DTD version 1.1
|
ApplicationReader | public ApplicationReader(Document doc)(Code) | | since: MMBase-1.8 |
getDescription | public String getDescription()(Code) | | Get the description for this application
|
getInstallNotice | public String getInstallNotice()(Code) | | Get the installation notices for this application
|
getMaintainer | public String getMaintainer()(Code) | | Get the maintainer of this application
|
getName | public String getName()(Code) | | Get the name of this application
|
getRelationSources | public List<Map<String, String>> getRelationSources()(Code) | | Get relationsources attached to this application
|
getRequirements | public List<Map<String, String>> getRequirements()(Code) | | Get the applicationlist required by this application
since: MMBase-1.7 |
getVersion | public int getVersion()(Code) | | Get the version of this application
|
hasAutoDeploy | public boolean hasAutoDeploy()(Code) | | Get the auto-deploy value of this application
|
registerPublicIDs | public static void registerPublicIDs()(Code) | | Register the Public Ids for DTDs used by ApplicationReader
This method is called by XMLEntityResolve
since: MMBase-1.7 |
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)
|
|
|