System::Xml::XPath::XPathNavigator::MoveToChild metod

XPathNavigator::MoveToChild(String, String) method

Flyttar XPathNavigator till barnnoden med det lokala namnet och namnrymds-URI som anges.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
ParameterTypeBeskrivning
localNameStringDet lokala namnet på barnnoden att flytta till.
namespaceURIStringNamnområdes-URI för barnnoden att flytta till.

ReturnValue

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

Se även

XPathNavigator::MoveToChild(XPathNodeType) method

Flyttar XPathNavigator till barnnoden av den angivna XPathNodeType.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
ParameterTypeBeskrivning
typeXPathNodeTypeXPathNodeType för barnnoden att flytta till.

ReturnValue

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

Se även