System::Xml::XmlReader::MoveToAttribute metodu
İçindekiler
[
Saklamak
]XmlReader::MoveToAttribute(int32_t) method
Türetilmiş bir sınıfta geçersiz kılındığında, belirtilen indeksdeki özelliğe geçer.
virtual void System::Xml::XmlReader::MoveToAttribute(int32_t i)
| Parametre | Tür | Açıklama |
|---|---|---|
| i | int32_t | Özniteliğin indeksi. |
Ayrıca Bakınız
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlReader::MoveToAttribute(String) method
Türetilmiş bir sınıfta geçersiz kılındığında, belirtilen XmlReader::get_Name değerine sahip özniteliğe geçer.
virtual bool System::Xml::XmlReader::MoveToAttribute(String name)=0
| Parametre | Tür | Açıklama |
|---|---|---|
| ad | Dize | Özniteliğin nitelikli adı. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the reader’s position does not change.
Ayrıca Bakınız
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlReader::MoveToAttribute(String, String) method
Türetilmiş bir sınıfta geçersiz kılındığında, belirtilen XmlReader::get_LocalName ve XmlReader::get_NamespaceURI değerlerine sahip özniteliğe geçer.
virtual bool System::Xml::XmlReader::MoveToAttribute(String name, String ns)=0
| Parametre | Tür | Açıklama |
|---|---|---|
| ad | Dize | Özelliğin yerel adı. |
| ns | Dize | Özelliğin ad alanı URI’si. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the reader’s position does not change.
Ayrıca Bakınız
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Font for C++