Metode System::Xml::XmlReader::MoveToAttribute
isi
[
bersembunyi
]XmlReader::MoveToAttribute(int32_t) method
Saat ditimpa dalam kelas turunan, berpindah ke atribut dengan indeks yang ditentukan.
virtual void System::Xml::XmlReader::MoveToAttribute(int32_t i)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| i | int32_t | Indeks atribut. |
Lihat Juga
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlReader::MoveToAttribute(String) method
Ketika dioverride dalam kelas turunan, berpindah ke atribut dengan nilai XmlReader::get_Name yang ditentukan.
virtual bool System::Xml::XmlReader::MoveToAttribute(String name)=0
| 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 XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlReader::MoveToAttribute(String, String) method
Ketika dioverride dalam kelas turunan, berpindah ke atribut dengan nilai XmlReader::get_LocalName dan XmlReader::get_NamespaceURI yang ditentukan.
virtual bool System::Xml::XmlReader::MoveToAttribute(String name, String ns)=0
| Parameter | Tipe | Deskripsi |
|---|---|---|
| name | String | Nama lokal atribut. |
| ns | 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 XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++