HtmlNodeNavigatorMoveToFirstNamespace Method |
Moves the XPathNavigator to the first namespace node of the current element.
Always returns false for the HtmlNavigator implementation.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax public override bool MoveToFirstNamespace(
XPathNamespaceScope scope
)
Public Overrides Function MoveToFirstNamespace (
scope As XPathNamespaceScope
) As Boolean
Parameters
- scope
- Type: System.Xml.XPathXPathNamespaceScope
An XPathNamespaceScope value describing the namespace scope.
Return Value
Type:
BooleanAlways returns false for the HtmlNavigator implementation.
See Also