طريقة System::Xml::XmlReader::ReadToFollowing
محتويات
[
يخفي
]XmlReader::ReadToFollowing(String, String) method
يقرأ حتى يتم العثور على عنصر بالاسم المحلي وURI مساحة الاسم المحددين.
virtual bool System::Xml::XmlReader::ReadToFollowing(String localName, String namespaceURI)
| معامل | نوع | الوصف |
|---|---|---|
| localName | String | الاسم المحلي للعنصر. |
| namespaceURI | String | معرف مساحة الاسم (URI) للعنصر. |
ReturnValue
true if a matching element is found; otherwise false and the XmlReader is in an end of file state.
انظر أيضًا
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Font for C++
XmlReader::ReadToFollowing(String) method
يقرأ حتى يتم العثور على عنصر بالاسم المؤهل المحدد.
virtual bool System::Xml::XmlReader::ReadToFollowing(String name)
| معامل | نوع | الوصف |
|---|---|---|
| name | String | الاسم المؤهل للعنصر. |
ReturnValue
true if a matching element is found; otherwise false and the XmlReader is in an end of file state.
انظر أيضًا
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Font for C++