System::Xml::XPath::XPathNavigator::MoveToChild Methode

XPathNavigator::MoveToChild(String, String) method

Verschiebt den XPathNavigator zum Kindknoten mit dem angegebenen lokalen Namen und Namespace-URI.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
ParameterTypBeschreibung
localNameStringDer lokale Name des Kindknotens, zu dem verschoben werden soll.
namespaceURIStringDer Namespace-URI des Kindknotens, zu dem verschoben werden soll.

ReturnValue

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

Siehe auch

XPathNavigator::MoveToChild(XPathNodeType) method

Verschiebt den XPathNavigator zum Kindknoten des angegebenen XPathNodeType.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
ParameterTypBeschreibung
typeXPathNodeTypeDer XPathNodeType des Kindknotens, zu dem verschoben werden soll.

ReturnValue

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

Siehe auch