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

XPathNavigator::MoveToAttribute method

Déplace le XPathNavigator vers l’attribut dont le nom local et l’URI d’espace de noms correspondent.

virtual bool System::Xml::XPath::XPathNavigator::MoveToAttribute(String localName, String namespaceURI)
ParamètreTypeDescription
localNameStringLe nom local de l’attribut.
namespaceURIStringL’URI d’espace de noms de l’attribut; nullptr pour un espace de noms vide.

ReturnValue

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

Voir aussi