Interface org.w3c.dom.Node
Added Methods | |
---|---|
short compareDocumentPosition (Node ) | |
String getBaseURI () | |
Object getFeature (String, String )
| |
String getTextContent () | |
Object getUserData (String ) | |
boolean isDefaultNamespace (String ) | |
boolean isEqualNode (Node ) | |
boolean isSameNode (Node ) | |
String lookupNamespaceURI (String ) | |
String lookupPrefix (String ) | |
void setTextContent (String ) | |
Object setUserData (String, Object )
|
Added Fields | |
---|---|
short DOCUMENT_POSITION_CONTAINED_BY | |
short DOCUMENT_POSITION_CONTAINS | |
short DOCUMENT_POSITION_DISCONNECTED | |
short DOCUMENT_POSITION_FOLLOWING | |
short DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC | |
short DOCUMENT_POSITION_PRECEDING |