Abstract
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 parent node of this node.
For root node, its parent is null.
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 base class for all types of XML nodes.