System::Xml::XPath::XPathNavigator::MoveToAttribute methode
XPathNavigator::MoveToAttribute method
Verplaatst de XPathNavigator naar het attribuut met de overeenkomende lokale naam en namespace‑URI.
virtual bool System::Xml::XPath::XPathNavigator::MoveToAttribute(String localName, String namespaceURI)
| Parameter | Type | Beschrijving |
|---|---|---|
| localName | String | De lokale naam van het attribuut. |
| namespaceURI | String | De namespace‑URI van het attribuut; nullptr voor een lege namespace. |
ReturnValue
true if the XPathNavigator is successful moving to the attribute; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Zie ook
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++