com.ibm.portal.state.dom
Interface Node
public interface Node
Representation of a single node in the document model hierarcy. This node
is not aware of its position in the hierarchy or of its attributes, but only
of its content.
You may query hierarchy or attribute from the document model that issued the node.
- Since:
- 5.1
getNodeName
java.lang.String getNodeName()
- Returns:
- Name of the node, neither null nor an empty string
getNodeValue
java.lang.String getNodeValue()
- Returns:
- Value of the node, may be null
getNamespaceURI
java.lang.String getNamespaceURI()
- Returns:
- Namespace URI of the node, not null but may be an empty string