System::Xml::XPath::XPathNavigator::MoveToChild метод

XPathNavigator::MoveToChild(String, String) method

Перемещает XPathNavigator к дочернему узлу с указанным локальным именем и URI пространства имён.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
ПараметрТипОписание
localNameStringЛокальное имя дочернего узла, к которому нужно переместиться.
namespaceURIStringURI пространства имён дочернего узла, к которому нужно переместиться.

ReturnValue

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

См. также

XPathNavigator::MoveToChild(XPathNodeType) method

Перемещает XPathNavigator к дочернему узлу указанного типа XPathNodeType.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
ПараметрТипОписание
typeXPathNodeTypeXPathNodeType дочернего узла, к которому нужно переместиться.

ReturnValue

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

См. также