System::Xml::XmlTextReader::MoveToAttribute μέθοδος
περιεχόμενα
[
κρύβω
]XmlTextReader::MoveToAttribute(int32_t) method
Μετακινείται στο χαρακτηριστικό με το καθορισμένο δείκτη.
void System::Xml::XmlTextReader::MoveToAttribute(int32_t i) override
| Parameter | Type | Περιγραφή |
|---|---|---|
| i | int32_t | Ο δείκτης του χαρακτηριστικού. |
Δείτε επίσης
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlTextReader::MoveToAttribute(String, String) method
Μετακινείται στο χαρακτηριστικό με το καθορισμένο τοπικό όνομα και το URI του ονοματοχώρου.
bool System::Xml::XmlTextReader::MoveToAttribute(String localName, String namespaceURI) override
| Parameter | Type | Περιγραφή |
|---|---|---|
| localName | String | Το τοπικό όνομα του χαρακτηριστικού. |
| namespaceURI | String | Το URI του χώρου ονομάτων του χαρακτηριστικού. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the reader’s position does not change.
Δείτε επίσης
- Class String
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlTextReader::MoveToAttribute(String) method
Μετακινείται στο χαρακτηριστικό με το καθορισμένο όνομα.
bool System::Xml::XmlTextReader::MoveToAttribute(String name) override
| Parameter | Type | Περιγραφή |
|---|---|---|
| όνομα | String | Το πλήρες όνομα του χαρακτηριστικού. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the reader’s position does not change.
Δείτε επίσης
- Class String
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.Page for C++