MoveToNext Method

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image

Overload List

  NameDescription
Public methodMoveToNext()()()()
Moves to the next sibling of the current node.
(Overrides XPathNavigator..::..MoveToNext()()()().)
Public methodMoveToNext(XPathNodeType)
Moves the XPathNavigator to the next sibling node of the current node that matches the XPathNodeType specified.
(Inherited from XPathNavigator.)
Public methodMoveToNext(String, String)
Moves the XPathNavigator to the next sibling node with the local name and namespace URI specified.
(Inherited from XPathNavigator.)

See Also