Interface org.w3c.dom.Document
| Added Methods | |
|---|---|
| NodeadoptNode(Node) | |
| StringgetDocumentURI() | |
| DOMConfigurationgetDomConfig() | |
| StringgetInputEncoding() | |
| booleangetStrictErrorChecking() | |
| StringgetXmlEncoding() | |
| booleangetXmlStandalone() | |
| StringgetXmlVersion() | |
| voidnormalizeDocument() | |
| NoderenameNode(Node, | |
| voidsetDocumentURI(String) | |
| voidsetStrictErrorChecking(boolean) | |
| voidsetXmlStandalone(boolean) | |
| voidsetXmlVersion(String) | |
