Método System::Xml::XPath::XPathNavigator::MoveToChild

XPathNavigator::MoveToChild(String, String) method

Mueve el XPathNavigator al nodo hijo con el nombre local y el URI del espacio de nombres especificados.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
ParámetroTipoDescripción
localNameStringEl nombre local del nodo hijo al que mover.
namespaceURIStringEl URI del espacio de nombres del nodo hijo al que mover.

ReturnValue

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

Ver también

XPathNavigator::MoveToChild(XPathNodeType) method

Mueve el XPathNavigator al nodo hijo del XPathNodeType especificado.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
ParámetroTipoDescripción
typeXPathNodeTypeEl XPathNodeType del nodo hijo al que mover.

ReturnValue

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

Ver también