Methods
The following methods are defined in the XmlDocument class.
| Name | Description |
|---|---|
| CreateAttribute | Create an Attr node Not supported in Mobile, AI |
| CreateAttributeNS | Create an Attr node with a namespace URI Not supported in Mobile, AI |
| CreateCDATASection | Create a CDATASection node Not supported in Mobile, AI |
| CreateComment | Create a Comment node Not supported in Mobile, AI |
| CreateDocumentFragment | Create a Document Fragment node Not supported in Mobile, AI |
| CreateElement | Create an Element node Not supported in Mobile, AI |
| CreateElementNS | Create an Element node with a namespace URI Not supported in Mobile, AI |
| CreateProcessingInstruction | Create a ProcessingInstruction node Not supported in Mobile, AI |
| CreateTextNode | Create a Text node Not supported in Mobile, AI |
| GetElementById | Search for Element node from ID attribute Added since Ver.4.0.0 |
| GetElementsByTagName | Search for Element node by tag name |
| GetElementsByTagNameNS | Find the Element node by namespace URI and tag name Not supported in Mobile, AI |
| ImportNode | Import the node Not supported in Mobile, AI |
| Save | Save the XML in a Writer object Added since Ver.4.0.0 Not supported in Mobile, AI |