System::Xml::XmlTextReader::MoveToAttribute metode
isi
[
bersembunyi
]XmlTextReader::MoveToAttribute(int32_t) method
Berpindah ke atribut dengan indeks yang ditentukan.
void System::Xml::XmlTextReader::MoveToAttribute(int32_t i) override
| Parameter | Tipe | Deskripsi |
|---|---|---|
| i | int32_t | Indeks atribut. |
Lihat Juga
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlTextReader::MoveToAttribute(String, String) method
Berpindah ke atribut dengan nama lokal dan URI ruang nama yang ditentukan.
bool System::Xml::XmlTextReader::MoveToAttribute(String localName, String namespaceURI) override
| Parameter | Tipe | Deskripsi |
|---|---|---|
| localName | String | Nama lokal atribut. |
| namespaceURI | String | Namespace URI atribut. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the reader’s position does not change.
Lihat Juga
- Class String
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlTextReader::MoveToAttribute(String) method
Berpindah ke atribut dengan nama yang ditentukan.
bool System::Xml::XmlTextReader::MoveToAttribute(String name) override
| Parameter | Tipe | Deskripsi |
|---|---|---|
| name | String | Nama lengkap atribut. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the reader’s position does not change.
Lihat Juga
- Class String
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.Page for C++