AbstractThe 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.
Canonicalize this node and its subtree to a buffer and invoke the handler to process.
handlers to process the content in the buffer
Optionaloptions: SubtreeC14NOptionsoptions to adjust the canonicalization behavior
Canonicalize this node and its subtree and return the result as a string.
Optionaloptions: SubtreeC14NOptionsoptions to adjust the canonicalization behavior
The canonicalized XML string.
Evaluate the given XPath selector on this node.
XPath selector
Optionalnamespaces: NamespaceMapFind all the descendant nodes matching the given xpath selector.
XPath selector
Optionalnamespaces: NamespaceMapmapping between prefix and the namespace URI, used in the XPath
An empty array if no nodes are found.
Find the first descendant node matching the given xpath selector
XPath selector
Optionalnamespaces: NamespaceMapmapping between prefix and the namespace URI, used in the XPath
null if not found, otherwise an instance of the subclass of XmlNode.
Remove the node from its parent.
The base class for all types of XML nodes.