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

XPathNavigator::MoveToNamespace method

Déplace le XPathNavigator vers le nœud d’espace de noms avec le préfixe d’espace de noms spécifié.

virtual bool System::Xml::XPath::XPathNavigator::MoveToNamespace(String name)
ParamètreTypeDescription
nomStringLe préfixe d’espace de noms du nœud d’espace de noms.

ReturnValue

true if the XPathNavigator is successful moving to the specified namespace; false if a matching namespace node was not found, or if the XPathNavigator is not positioned on an element node. If false, the position of the XPathNavigator is unchanged.

Voir aussi