XPathNavigator::MoveToChild Method (XPathNodeType)
.NET Framework (current version)
Moves the XPathNavigator to the child node of the XPathNodeType specified.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- type
-
Type:
System.Xml.XPath::XPathNodeType
The XPathNodeType of the child node to move to.
Return Value
Type: System::BooleanReturns true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
The return value of the MoveToChild method depends on the XPathNodeType of the current node, and the XPathNodeType of the child node to move to.
The following table shows the different XPathNodeType nodes, and the child nodes they can move to.
Current Node's XPathNodeType | Child Node's XPathNodeType |
|---|---|
Element, ProcessingInstruction, Comment, or Text. | |
Element, ProcessingInstruction, Comment, or Text. | |
All other XPathNodeType values | None. |
.NET Framework
Available since 2.0
Silverlight
Available since 4.0
Available since 2.0
Silverlight
Available since 4.0
Show: