Alias of value.
The content string of the node.
The XmlDocument containing this node.
The line number of the node if the node is parsed from an XML document.
The name of this node.
Alias of prefix
Effective namespace declarations on this node, including inherited.
The URI of the namespace applied to this node.
The parent node of this node.
For root node, its parent is null.
The prefix representing the namespace applied to this node.
Set the namespace prefix of this node.
The new prefix to set. Use empty string to remove the prefix.
The value of this attribute.
Set the value of this attribute.
Find all the descendant nodes matching the given compiled xpath selector.
XPath selector
An empty array if the provided XPath is invalid or if no nodes are found.
Find all the descendant nodes matching the given xpath selector.
XPath selector
Optional
namespaces: NamespaceMapmapping between prefix and the namespace URI, used in the XPath
An empty array if the provided XPath is invalid or if no nodes are found.
Find the first descendant node matching the given compiled xpath selector
XPath selector
null if not found, otherwise an instance of the subclass of XmlNode.
Find the first descendant node matching the given xpath selector
XPath selector
Optional
namespaces: NamespaceMapmapping between prefix and the namespace URI, used in the XPath
null if not found, otherwise an instance of the subclass of XmlNode.
The class representing an XML attribute node.