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ètre | Type | Description |
|---|---|---|
| localName | String | Le nom local de l’attribut. |
| namespaceURI | String | L’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
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++