System::Xml::XPath::XPathNavigator::MoveToAttribute Methode
XPathNavigator::MoveToAttribute method
Verschiebt den XPathNavigator zum Attribut mit dem passenden lokalen Namen und Namespace-URI.
virtual bool System::Xml::XPath::XPathNavigator::MoveToAttribute(String localName, String namespaceURI)
| Parameter | Typ | Beschreibung |
|---|---|---|
| localName | String | Der lokale Name des Attributs. |
| namespaceURI | String | Der Namespace-URI des Attributs; nullptr für einen leeren Namespace. |
ReturnValue
true if the XPathNavigator is successful moving to the attribute; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Siehe auch
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++