System::Xml::XPath::XPathDocument::CreateNavigator method

XPathDocument::CreateNavigator method

Initializes a read-only XPathNavigator object for navigating through nodes in this XPathDocument.

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

ReturnValue

A read-only XPathNavigator object.

See Also