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