Click or drag to resize

HtmlNodeNavigatorMoveToNextNamespace Method

Moves the XPathNavigator to the next namespace node. Always returns falsefor the HtmlNavigator implementation.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public override bool MoveToNextNamespace(
	XPathNamespaceScope scope
)

Parameters

scope
Type: System.Xml.XPathXPathNamespaceScope
An XPathNamespaceScope value describing the namespace scope.

Return Value

Type: Boolean
Always returns false for the HtmlNavigator implementation.
See Also