CreateRootNavigator Method

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
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()

Return Value

See Also