System::Xml::XPath::XPathNavigator::MoveToChild methode

XPathNavigator::MoveToChild(String, String) method

Verplaatst de XPathNavigator naar het kindknooppunt met de opgegeven lokale naam en namespace‑URI.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
ParameterTypeBeschrijving
localNameStringDe lokale naam van het kindknooppunt waarnaar verplaatst moet worden.
namespaceURIStringDe namespace‑URI van het kindknooppunt waarnaar verplaatst moet worden.

ReturnValue

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

Zie ook

XPathNavigator::MoveToChild(XPathNodeType) method

Verplaatst de XPathNavigator naar het kindknooppunt van het opgegeven XPathNodeType.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
ParameterTypeBeschrijving
typeXPathNodeTypeHet XPathNodeType van het kindknooppunt waarnaar verplaatst moet worden.

ReturnValue

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

Zie ook