HtmlNodeNavigatorMoveToNext Method |
Moves to the next sibling of the current node.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax public override bool MoveToNext()
Public Overrides Function MoveToNext As Boolean
Return Value
Type:
Booleantrue if the navigator is successful moving to the next sibling node, false if there are no more siblings or if the navigator is currently positioned on an attribute node. If false, the position of the navigator is unchanged.
See Also