System.Xml.XPath.XPathNavigator.MoveToChild Method

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

Syntax

public virtual bool MoveToChild (string localName, string namespaceURI)

Parameters

localName
The local name of the child node to move to.
namespaceURI
The namespace URI of the child node to move to.

Returns

Returns true if the System.Xml.XPath.XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the System.Xml.XPath.XPathNavigator is unchanged.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml.XPath
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0