XPathNavigator::MoveToChild Method

 

Moves the XPathNavigator to the child node specified.

Namespace:   System.Xml.XPath
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodMoveToChild(String^, String^)

Moves the XPathNavigator to the child node with the local name and namespace URI specified.

System_CAPS_pubmethodMoveToChild(XPathNodeType)

Moves the XPathNavigator to the child node of the XPathNodeType specified.

Return to top
Show: