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