System::Xml::XmlReader::ReadToNextSibling طريقة
محتويات
[
يخفي
]XmlReader::ReadToNextSibling(String, String) method
يقدم XmlReader إلى العنصر الشقيق التالي بالاسم المحلي ومسار مساحة الاسم المحددين.
virtual bool System::Xml::XmlReader::ReadToNextSibling(String localName, String namespaceURI)
| معامل | نوع | الوصف |
|---|---|---|
| localName | String | الاسم المحلي للعنصر الشقيق الذي ترغب في الانتقال إليه. |
| namespaceURI | String | معرّف مساحة الاسم URI للعنصر الشقيق الذي ترغب في الانتقال إليه. |
ReturnValue
true if a matching sibling element is found; otherwise, false. If a matching sibling element is not found, the XmlReader is positioned on the end tag (XmlReader::get_NodeType value is XmlNodeType::EndElement) of the parent element.
انظر أيضًا
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlReader::ReadToNextSibling(String) method
يتقدّم بـ XmlReader إلى العنصر الشقيق التالي بالاسم المؤهل المحدد.
virtual bool System::Xml::XmlReader::ReadToNextSibling(String name)
| معامل | نوع | الوصف |
|---|---|---|
| name | String | الاسم المؤهل للعنصر الشقيق الذي ترغب في الانتقال إليه. |
ReturnValue
true if a matching sibling element is found; otherwise false. If a matching sibling element is not found, the XmlReader is positioned on the end tag (XmlReader::get_NodeType value is XmlNodeType::EndElement) of the parent element.
انظر أيضًا
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Font for C++