Link Search Menu Expand Document

Methods

The following methods are defined in the XmlElement class.

Name Description
GetAtribute Get the value of the Attr node with the specified attribute name
GetAtributeNS Get the value of the Attr node for the specified namespace URI and attribute name
Not supported in Mobile, AI
GetAtributeNode Get the Attr node by specifying the attribute name
Not supported in Mobile, AI
GetAtributeNodeNS Get the Attr node by specifying the namespace URI and attribute name
Not supported in Mobile, AI
GetElementsByTagName Search for Element node by tag name
GetElementsByTagNameNS Find the Element node by namespace URI and tag name
Not supported in Mobile, AI
HasAttribute Checks if there is an Attr node with the specified attribute name
HasAttributeNS Checks for the existence of an Attr node with the specified namespace URI and attribute name
Not supported in Mobile, AI
RemoveAttribute Delete the Attr node by specifying the attribute name
Not supported in Mobile, AI
RemoveAttributeNS Delete the Attr node with the namespace URI and attribute name
Not supported in Mobile, AI
RemoveAttributeNode Delete the Attr node by specifying the XmlAttr object
Not supported in Mobile, AI
SetAttribute Set the value of the Attr node by specifying the attribute name
Not supported in Mobile, AI
SetAttributeNS Set the value of the Attr node by specifying the namespace URI and attribute name
Not supported in Mobile, AI
SetAttributeNode Set the Attr node by specifying the XmlAttr object
Not supported in Mobile, AI
SetAttributeNodeNS Set the Attr node by specifying the XmlAttr object
Not supported in Mobile, AI