Added Methods |
short compareDocumentPosition(Node )
|
Compares a node with this node with regard to their position in the
document and according to the document order. |
String getBaseURI()
|
The absolute base URI of this node or null if the
implementation wasn't able to obtain an absolute URI. |
Object getFeature(String, String)
|
This method returns a specialized object which implements the
specialized APIs of the specified feature and version, as specified
in . |
String getTextContent()
|
This attribute returns the text content of this node and its
descendants. |
Object getUserData(String )
|
Retrieves the object associated to a key on a this node. |
boolean isDefaultNamespace(String )
|
This method checks if the specified namespaceURI is the
default namespace or not. |
boolean isEqualNode(Node )
|
Tests whether two nodes are equal. |
boolean isSameNode(Node )
|
Returns whether this node is the same node as the given one. |
String lookupNamespaceURI(String )
|
Look up the namespace URI associated to the given prefix, starting from
this node. |
String lookupPrefix(String )
|
Look up the prefix associated to the given namespace URI, starting from
this node. |
void setTextContent(String )
|
This attribute returns the text content of this node and its
descendants. |
Object setUserData(String, Object, UserDataHandler)
|
Associate an object to a key on this node. |