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