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 Node
public short getNodeType()
getNodeType
in interface Node
public String getNodeValue()
getNodeValue
in interface Node
public String getNamespaceURI()
getNamespaceURI
in interface Node
public Node getFirstChild()
getFirstChild
in interface Node
public Node getNextSibling()
getNextSibling
in interface Node
public Node getPreviousSibling()
getPreviousSibling
in interface Node
public Node getParentNode()
getParentNode
in interface Node
public NodeList getChildNodes()
getChildNodes
in interface Node
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.