public class NodeImpl extends Object implements Node
| Modifier and Type | Field and Description |
|---|---|
protected WrapperFactory |
fac |
protected Node |
next |
protected OMNode |
node |
protected Node |
prev |
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 |
|---|
NodeImpl() |
| Modifier and Type | Method and Description |
|---|---|
NodeList |
getChildNodes() |
Node |
getFirstChild() |
String |
getNamespaceURI() |
Node |
getNextSibling() |
String |
getNodeName() |
short |
getNodeType() |
String |
getNodeValue() |
Node |
getParentNode() |
String |
getPrefix() |
Node |
getPreviousSibling() |
protected WrapperFactory fac
protected OMNode node
protected Node next
protected Node prev
public String getNodeName()
getNodeName in interface Nodepublic short getNodeType()
getNodeType in interface Nodepublic String getNodeValue()
getNodeValue in interface Nodepublic String getNamespaceURI()
getNamespaceURI in interface Nodepublic Node getFirstChild()
getFirstChild in interface Nodepublic Node getNextSibling()
getNextSibling in interface Nodepublic Node getPreviousSibling()
getPreviousSibling in interface Nodepublic Node getParentNode()
getParentNode in interface Nodepublic NodeList getChildNodes()
getChildNodes in interface NodeCopyright © 2004–2016 The Apache Software Foundation. All rights reserved.