Click or drag to resize

HtmlNodeNavigatorMoveToNext Method

Moves to the next sibling of the current node.

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

Return Value

Type: Boolean
true 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