System::Xml::XmlNode::CreateNavigator method

XmlNode::CreateNavigator method

Creates an XPathNavigator for navigating this object.

SharedPtr<XPath::XPathNavigator> System::Xml::XmlNode::CreateNavigator() override

ReturnValue

An XPathNavigator object used to navigate the node. The XPathNavigator is positioned on the node from which the method was called. It is not positioned on the root of the document.

See Also