HtmlNodeNavigatorMoveToNamespace Method |
Moves the XPathNavigator to the namespace node with the specified local name.
Always returns false for the HtmlNavigator implementation.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax public override bool MoveToNamespace(
string name
)
Public Overrides Function MoveToNamespace (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
The local name of the namespace node.
Return Value
Type:
BooleanAlways returns false for the HtmlNavigator implementation.
See Also