Link Search Menu Expand Document

Methods

The following methods are defined in the XmlNode class.

Name Description
AppendChild Add child node to the end
Not supported in Mobile, AI
CloneNode Create a duplicate of the node
Not supported in Mobile, AI
HasAttributes Check for Attr node
HasChildNodes Check for child nodes
InsertBefore Add a node at the specified position
Not supported in Mobile, AI
IsSupported Check the implementation of the feature
Not supported in Mobile, AI
LookupNamespaceURI Get the namespace URI corresponding to the specified prefix
Added since Ver.4.0.0
LookupPrefix Get the prefix that corresponds to the specified namespace URI
Added since Ver.4.0.0
Normalize Normalize the Text node
RemoveChild Detach child nodes from the node tree
Not supported in Mobile, AI
ReplaceChild Swap child nodes
Not supported in Mobile, AI
SelectNodes Find the node in XPath
SelectSingleNode Find a single node with XPath