طريقة System::Xml::XmlValidatingReader::MoveToAttribute
محتويات
[
يخفي
]XmlValidatingReader::MoveToAttribute(int32_t) method
ينتقل إلى السمة ذات الفهرس المحدد.
void System::Xml::XmlValidatingReader::MoveToAttribute(int32_t i) override
| معامل | نوع | الوصف |
|---|---|---|
| i | int32_t | فهرس السمة. |
انظر أيضًا
- Class XmlValidatingReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlValidatingReader::MoveToAttribute(String, String) method
ينتقل إلى السمة ذات الاسم المحلي المحدد ومعرف المورد الموحد (URI) للمساحة الاسمية.
bool System::Xml::XmlValidatingReader::MoveToAttribute(String localName, String namespaceURI) override
| معامل | نوع | الوصف |
|---|---|---|
| localName | String | الاسم المحلي للخاصية. |
| namespaceURI | String | مسار URI للمساحة الاسمية للخاصية. |
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.Font for C++
XmlValidatingReader::MoveToAttribute(String) method
ينتقل إلى السمة ذات الاسم المحدد.
bool System::Xml::XmlValidatingReader::MoveToAttribute(String name) override
| معامل | نوع | الوصف |
|---|---|---|
| name | 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.Font for C++