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)
ParametreTürAçıklama
localNameDizeTaşınacak alt düğümün yerel adı.
namespaceURIDizeTaşı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)
ParametreTürAçıklama
typeXPathNodeTypeTaşınacak alt düğümün XPathNodeType değeri.

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