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

XPathNavigator::MoveToChild(String, String) method

Déplace le XPathNavigator vers le nœud enfant dont le nom local et l’URI d’espace de noms sont spécifiés.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
ParamètreTypeDescription
localNameStringLe nom local du nœud enfant vers lequel se déplacer.
namespaceURIStringL’URI d’espace de noms du nœud enfant vers lequel se déplacer.

ReturnValue

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

Voir aussi

XPathNavigator::MoveToChild(XPathNodeType) method

Déplace le XPathNavigator vers le nœud enfant du XPathNodeType spécifié.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
ParamètreTypeDescription
typeXPathNodeTypeLe XPathNodeType du nœud enfant vers lequel se déplacer.

ReturnValue

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

Voir aussi