Metodo System::Xml::XPath::XPathNavigator::MoveToChild

XPathNavigator::MoveToChild(String, String) method

Sposta il XPathNavigator al nodo figlio con il nome locale e l’URI dello spazio dei nomi specificati.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
ParametroTipoDescrizione
localNameStringaIl nome locale del nodo figlio verso cui spostarsi.
namespaceURIStringaL’URI dello spazio dei nomi del nodo figlio verso cui spostarsi.

ReturnValue

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

Vedi anche

XPathNavigator::MoveToChild(XPathNodeType) method

Sposta il XPathNavigator al nodo figlio del XPathNodeType specificato.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
ParametroTipoDescrizione
typeXPathNodeTypeIl XPathNodeType del nodo figlio verso cui spostarsi.

ReturnValue

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

Vedi anche