Save This Page
Home » dom4j-1.6.1 » org.dom4j.dom » [javadoc | source]
org.dom4j.dom
public class: DOMDocumentType [javadoc | source]
java.lang.Object
   org.dom4j.tree.AbstractNode
      org.dom4j.tree.AbstractDocumentType
         org.dom4j.tree.DefaultDocumentType
            org.dom4j.dom.DOMDocumentType

All Implemented Interfaces:
    DocumentType, DocumentType, Cloneable, Node, Serializable

DOMDocumentType implements a DocumentType node which supports the W3C DOM API.

Fields inherited from org.dom4j.tree.DefaultDocumentType:
elementName
Fields inherited from org.dom4j.tree.AbstractNode:
NODE_TYPE_NAMES
Constructor:
 public DOMDocumentType() 
 public DOMDocumentType(String elementName,
    String systemID) 
 public DOMDocumentType(String name,
    String publicID,
    String systemID) 
Method from org.dom4j.dom.DOMDocumentType Summary:
appendChild,   cloneNode,   getAttributes,   getChildNodes,   getEntities,   getFirstChild,   getInternalSubset,   getLastChild,   getLocalName,   getNamespaceURI,   getNextSibling,   getNodeName,   getNodeValue,   getNotations,   getOwnerDocument,   getParentNode,   getPrefix,   getPreviousSibling,   getPublicId,   getSystemId,   hasAttributes,   hasChildNodes,   insertBefore,   isSupported,   normalize,   removeChild,   replaceChild,   setNodeValue,   setPrefix,   supports
Methods from org.dom4j.tree.DefaultDocumentType:
getElementName,   getExternalDeclarations,   getInternalDeclarations,   getPublicID,   getSystemID,   setElementName,   setExternalDeclarations,   setInternalDeclarations,   setPublicID,   setSystemID
Methods from org.dom4j.tree.AbstractDocumentType:
accept,   asXML,   getName,   getNodeType,   getPath,   getText,   getUniquePath,   setName,   toString,   write
Methods from org.dom4j.tree.AbstractNode:
asXPathResult,   clone,   createPattern,   createXPath,   createXPathFilter,   createXPathResult,   detach,   getDocument,   getDocumentFactory,   getName,   getNodeType,   getNodeTypeName,   getParent,   getPath,   getStringValue,   getText,   getUniquePath,   hasContent,   isReadOnly,   matches,   numberValueOf,   selectNodes,   selectNodes,   selectNodes,   selectObject,   selectSingleNode,   setDocument,   setName,   setParent,   setText,   supportsParent,   valueOf,   write
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.dom4j.dom.DOMDocumentType Detail:
 public Node appendChild(Node newChild) throws DOMException 
 public Node cloneNode(boolean deep) 
 public NamedNodeMap getAttributes() 
 public NodeList getChildNodes() 
 public NamedNodeMap getEntities() 
 public Node getFirstChild() 
 public String getInternalSubset() 
 public Node getLastChild() 
 public String getLocalName() 
 public String getNamespaceURI() 
 public Node getNextSibling() 
 public String getNodeName() 
 public String getNodeValue() throws DOMException 
 public NamedNodeMap getNotations() 
 public Document getOwnerDocument() 
 public Node getParentNode() 
 public String getPrefix() 
 public Node getPreviousSibling() 
 public String getPublicId() 
 public String getSystemId() 
 public boolean hasAttributes() 
 public boolean hasChildNodes() 
 public Node insertBefore(Node newChild,
    Node refChild) throws DOMException 
 public boolean isSupported(String feature,
    String version) 
 public  void normalize() 
 public Node removeChild(Node oldChild) throws DOMException 
 public Node replaceChild(Node newChild,
    Node oldChild) throws DOMException 
 public  void setNodeValue(String nodeValue) throws DOMException 
 public  void setPrefix(String prefix) throws DOMException 
 public boolean supports(String feature,
    String version)