طريقة System::Xml::XmlReader::ReadToFollowing
محتويات
[
يخفي
]XmlReader::ReadToFollowing(String, String) method
يقرأ حتى يتم العثور على عنصر بالاسم المحلي المحدد ومسار مساحة الاسم URI.
virtual bool System::Xml::XmlReader::ReadToFollowing(String localName, String namespaceURI)
| Parameter | Type | الوصف |
|---|---|---|
| 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.Page for C++
XmlReader::ReadToFollowing(String) method
يقرأ حتى يتم العثور على عنصر يحمل الاسم المؤهل المحدد.
virtual bool System::Xml::XmlReader::ReadToFollowing(String name)
| Parameter | Type | الوصف |
|---|---|---|
| الاسم | 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.Page for C++