طريقة System::Xml::XmlValidatingReader::MoveToAttribute
محتويات
[
يخفي
]XmlValidatingReader::MoveToAttribute(int32_t) method
ينتقل إلى السمة ذات الفهرس المحدد.
void System::Xml::XmlValidatingReader::MoveToAttribute(int32_t i) override
| Parameter | Type | الوصف |
|---|---|---|
| i | int32_t | فهرس الخاصية. |
انظر أيضًا
- Class XmlValidatingReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlValidatingReader::MoveToAttribute(String, String) method
ينتقل إلى السمة ذات الاسم المحلي والمساحة الاسمية Uniform Resource Identifier (URI) المحددين.
bool System::Xml::XmlValidatingReader::MoveToAttribute(String localName, String namespaceURI) override
| Parameter | Type | الوصف |
|---|---|---|
| localName | String | الاسم المحلي للسمة. |
| namespaceURI | String | مسار مساحة الاسم للسمة. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the position of the reader does not change.
انظر أيضًا
- Class String
- Class XmlValidatingReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlValidatingReader::MoveToAttribute(String) method
ينتقل إلى السمة ذات الاسم المحدد.
bool System::Xml::XmlValidatingReader::MoveToAttribute(String name) override
| Parameter | Type | الوصف |
|---|---|---|
| الاسم | String | الاسم المؤهل للخاصية. |
ReturnValue
true if the attribute is found; otherwise, false. If false, the position of the reader does not change.
انظر أيضًا
- Class String
- Class XmlValidatingReader
- Namespace System::Xml
- Library Aspose.Page for C++