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 , UserDataHandler )  
 

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  
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.