CreateNavigator()

XmlNode::CreateNavigator() method

Creates an XPathNavigator for navigating this object.

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

Return Value

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