Methods
The following methods are defined in the XmlDOMImplementation class.
| Name | Description |
|---|---|
| Constructor | Initialize the XmlDOMImplementation object Added since Ver.5.0.3 Not supported in Mobile, AI |
| CreateDocument | Create a Document node Not supported in Mobile, AI |
| CreateDocumentType | Create a DocumnetType node Not supported in Mobile, AI |
| DecodeXML | Returns the XML escaped string to the original string |
| EncodeXML | XML escape strings |
| HasFeature | Used to check the DOM compatible version Not supported in Mobile, AI |
| Load | Read XML from Reader object |
| Parse | Read XML string data |