System::Xml::XmlValidatingReader::MoveToAttribute method
İçindekiler
[
Saklamak
]XmlValidatingReader::MoveToAttribute(int32_t) method
Belirtilen indeksdeki özniteliğe geçer.
void System::Xml::XmlValidatingReader::MoveToAttribute(int32_t i) override
| Parametre | Tür | Açıklama |
|---|---|---|
| i | int32_t | Özniteliğin indeksi. |
Ayrıca Bakınız
- Class XmlValidatingReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlValidatingReader::MoveToAttribute(String, String) method
Belirtilen yerel ad ve ad alanı Evrensel Kaynak Tanımlayıcısı (URI) olan özniteliğe geçer.
bool System::Xml::XmlValidatingReader::MoveToAttribute(String localName, String namespaceURI) override
| Parametre | Tür | Açıklama |
|---|---|---|
| localName | Dize | Özelliğin yerel adı. |
| namespaceURI | Dize | Özelliğin ad alanı URI’si. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the position of the reader does not change.
Ayrıca Bakınız
- Class String
- Class XmlValidatingReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlValidatingReader::MoveToAttribute(String) method
Belirtilen ada sahip özniteliğe geçer.
bool System::Xml::XmlValidatingReader::MoveToAttribute(String name) override
| Parametre | Tür | Açıklama |
|---|---|---|
| ad | Dize | Özniteliğin nitelikli adı. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the position of the reader does not change.
Ayrıca Bakınız
- Class String
- Class XmlValidatingReader
- Namespace System::Xml
- Library Aspose.Font for C++