ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
Constructor and Description |
---|
DocumentImpl(OMDocument doc,
WrapperFactory fac) |
Modifier and Type | Method and Description |
---|---|
NodeList |
getChildNodes() |
Element |
getDocumentElement() |
Node |
getFirstChild() |
Node |
getNextSibling() |
short |
getNodeType() |
Node |
getParentNode() |
Node |
getPreviousSibling() |
getNamespaceURI, getNodeName, getNodeValue, getPrefix
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNamespaceURI, getNodeName, getNodeValue, getPrefix
public DocumentImpl(OMDocument doc, WrapperFactory fac)
public Element getDocumentElement()
getDocumentElement
in interface Document
public short getNodeType()
getNodeType
in interface Node
getNodeType
in class NodeImpl
public Node getFirstChild()
getFirstChild
in interface Node
getFirstChild
in class NodeImpl
public NodeList getChildNodes()
getChildNodes
in interface Node
getChildNodes
in class NodeImpl
public Node getNextSibling()
getNextSibling
in interface Node
getNextSibling
in class NodeImpl
public Node getParentNode()
getParentNode
in interface Node
getParentNode
in class NodeImpl
public Node getPreviousSibling()
getPreviousSibling
in interface Node
getPreviousSibling
in class NodeImpl
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.