CreateNavigator Method

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Creates a new XPathNavigator object for navigating this HTML node.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public XPathNavigator CreateNavigator()
Visual Basic
Public Function CreateNavigator As XPathNavigator
Visual C++
public:
virtual XPathNavigator^ CreateNavigator() sealed

Return Value

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

Implements

IXPathNavigable..::..CreateNavigator()()()()

See Also