public class XDocumentType extends Object implements DocumentType
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE| Constructor and Description |
|---|
XDocumentType(org.dom4j.DocumentType node,
Node parent) |
public XDocumentType(org.dom4j.DocumentType node,
Node parent)
public String getTextContent()
getTextContent in interface Nodepublic String getNodeName()
getNodeName in interface Nodepublic String getNodeValue()
getNodeValue in interface Nodepublic String getName()
getName in interface DocumentTypepublic String getPublicId()
getPublicId in interface DocumentTypepublic String getSystemId()
getSystemId in interface DocumentTypepublic NamedNodeMap getEntities()
getEntities in interface DocumentTypepublic NamedNodeMap getNotations()
getNotations in interface DocumentTypepublic String getInternalSubset()
getInternalSubset in interface DocumentTypepublic boolean isEqualNode(Node node)
isEqualNode in interface Nodepublic void setNodeValue(String string) throws DOMException
setNodeValue in interface NodeDOMExceptionpublic short getNodeType()
getNodeType in interface Nodepublic Node getParentNode()
getParentNode in interface Nodepublic NodeList getChildNodes()
getChildNodes in interface Nodepublic Node getFirstChild()
getFirstChild in interface Nodepublic Node getLastChild()
getLastChild in interface Nodepublic Node getPreviousSibling()
getPreviousSibling in interface Nodepublic Node getNextSibling()
getNextSibling in interface Nodepublic NamedNodeMap getAttributes()
getAttributes in interface Nodepublic Document getOwnerDocument()
getOwnerDocument in interface Nodepublic Node insertBefore(Node node, Node node1) throws DOMException
insertBefore in interface NodeDOMExceptionpublic Node replaceChild(Node node, Node node1) throws DOMException
replaceChild in interface NodeDOMExceptionpublic Node removeChild(Node node) throws DOMException
removeChild in interface NodeDOMExceptionpublic Node appendChild(Node node) throws DOMException
appendChild in interface NodeDOMExceptionpublic boolean hasChildNodes()
hasChildNodes in interface Nodepublic boolean isSupported(String string, String string1)
isSupported in interface Nodepublic String getNamespaceURI()
getNamespaceURI in interface Nodepublic void setPrefix(String string) throws DOMException
setPrefix in interface NodeDOMExceptionpublic String getLocalName()
getLocalName in interface Nodepublic boolean hasAttributes()
hasAttributes in interface Nodepublic String getBaseURI()
getBaseURI in interface Nodepublic int getDocumentPosition(Node node)
public short compareDocumentPosition(Node node) throws DOMException
compareDocumentPosition in interface NodeDOMExceptionpublic void setTextContent(String string) throws DOMException
setTextContent in interface NodeDOMExceptionpublic boolean isSameNode(Node node)
isSameNode in interface Nodepublic String lookupPrefix(String string)
lookupPrefix in interface Nodepublic boolean isDefaultNamespace(String string)
isDefaultNamespace in interface Nodepublic String lookupNamespaceURI(String string)
lookupNamespaceURI in interface Nodepublic Object getFeature(String string, String string1)
getFeature in interface Nodepublic Object setUserData(String string, Object o, UserDataHandler udh)
setUserData in interface Nodepublic Object getUserData(String string)
getUserData in interface NodeCopyright © 2015. All rights reserved.