A Sandcastle Documented Class Library |
HtmlNode..::..CreateRootNavigator Method |
HtmlNode Class See Also Send Feedback |
Creates an XPathNavigator using the root of this document.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public XPathNavigator CreateRootNavigator() |
Visual Basic |
---|
Public Function CreateRootNavigator As XPathNavigator |
Visual C++ |
---|
public: XPathNavigator^ CreateRootNavigator() |