XPathNavigator::MoveToFollowing Method
.NET Framework (current version)
Moves the XPathNavigator to the specified element in document order.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | MoveToFollowing(String^, String^) | Moves the XPathNavigator to the element with the local name and namespace URI specified in document order. |
![]() | MoveToFollowing(String^, String^, XPathNavigator^) | Moves the XPathNavigator to the element with the local name and namespace URI specified, to the boundary specified, in document order. |
![]() | MoveToFollowing(XPathNodeType) | Moves the XPathNavigator to the following element of the XPathNodeType specified in document order. |
![]() | MoveToFollowing(XPathNodeType, XPathNavigator^) | Moves the XPathNavigator to the following element of the XPathNodeType specified, to the boundary specified, in document order. |
Show:
