XPathNavigator::MoveToNext Method
.NET Framework (current version)
Moves the XPathNavigator to the next sibling node of the current node.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | MoveToNext() | When overridden in a derived class, moves the XPathNavigator to the next sibling node of the current node. |
![]() | MoveToNext(String^, String^) | Moves the XPathNavigator to the next sibling node with the local name and namespace URI specified. |
![]() | MoveToNext(XPathNodeType) | Moves the XPathNavigator to the next sibling node of the current node that matches the XPathNodeType specified. |
Show:
