System::Xml::XmlValidatingReader::MoveToAttribute metodu
İçindekiler
[
Saklamak
]XmlValidatingReader::MoveToAttribute(int32_t) method
Belirtilen dizindeki özniteliğe geçer.
void System::Xml::XmlValidatingReader::MoveToAttribute(int32_t i) override
| Parameter | Type | Açıklama |
|---|---|---|
| i | int32_t | Özniteliğin indeksi. |
Ayrıca Bakınız
- Class XmlValidatingReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlValidatingReader::MoveToAttribute(String, String) method
Belirtilen yerel ada 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
| Parameter | Type | Açıklama |
|---|---|---|
| localName | String | Özniteliğin yerel adı. |
| namespaceURI | String | Özniteliğ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.Page for C++
XmlValidatingReader::MoveToAttribute(String) method
Belirtilen adla özniteliğe geçer.
bool System::Xml::XmlValidatingReader::MoveToAttribute(String name) override
| Parameter | Type | Açıklama |
|---|---|---|
| ad | String | Ö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.Page for C++