Interface org.w3c.dom.Document

Added Methods
Node  adoptNode( Node)  
String  getDocumentURI()  
DOMConfiguration  getDomConfig()  
String  getInputEncoding()  
boolean  getStrictErrorChecking()  
String  getXmlEncoding()  
boolean  getXmlStandalone()  
String  getXmlVersion()  
void  normalizeDocument()  
Node  renameNode( Node, String , String )  
void  setDocumentURI( String)  
void  setStrictErrorChecking( boolean)  
void  setXmlStandalone( boolean)  
void  setXmlVersion( String)  
 
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.