| Modifier and Type | Field and Description |
|---|---|
private OMDocument |
doc |
private java.util.List |
list |
private NodeList |
nl |
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, getPrefixclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamespaceURI, getNodeName, getNodeValue, getPrefixprivate OMDocument doc
private java.util.List list
private NodeList nl
public DocumentImpl(OMDocument doc, WrapperFactory fac)
public Element getDocumentElement()
getDocumentElement in interface Documentpublic short getNodeType()
getNodeType in interface NodegetNodeType in class NodeImplpublic Node getFirstChild()
getFirstChild in interface NodegetFirstChild in class NodeImplpublic NodeList getChildNodes()
getChildNodes in interface NodegetChildNodes in class NodeImplpublic Node getNextSibling()
getNextSibling in interface NodegetNextSibling in class NodeImplpublic Node getParentNode()
getParentNode in interface NodegetParentNode in class NodeImplpublic Node getPreviousSibling()
getPreviousSibling in interface NodegetPreviousSibling in class NodeImpl