System::Xml::XPath::XPathNavigator::MoveToChild yöntemi

XPathNavigator::MoveToChild(String, String) method

XPathNavigator öğesini belirtilen yerel ad ve ad alanı URI’sine sahip alt düğüme taşır.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
ParameterTypeAçıklama
localNameStringTaşınacak alt düğümün yerel adı.
namespaceURIStringTaşınacak alt düğümün ad alanı URI’si.

ReturnValue

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

Ayrıca Bakınız

XPathNavigator::MoveToChild(XPathNodeType) method

XPathNavigator öğesini belirtilen XPathNodeType tipinin alt düğümüne taşır.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
ParameterTypeAçıklama
typeXPathNodeTypeTaşınacak alt düğümün XPathNodeType tipi.

ReturnValue

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

Ayrıca Bakınız