System::Xml::XPath::XPathNavigator::MoveToAttribute μέθοδος
XPathNavigator::MoveToAttribute method
Μετακινεί το XPathNavigator στο χαρακτηριστικό με το αντίστοιχο τοπικό όνομα και το URI του χώρου ονομάτων.
virtual bool System::Xml::XPath::XPathNavigator::MoveToAttribute(String localName, String namespaceURI)
| Parameter | Type | Περιγραφή |
|---|---|---|
| localName | String | Το τοπικό όνομα του χαρακτηριστικού. |
| namespaceURI | String | Το URI του χώρου ονομάτων του χαρακτηριστικού· nullptr για έναν κενό χώρο ονομάτων. |
ReturnValue
true if the XPathNavigator is successful moving to the attribute; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Δείτε επίσης
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++