طريقة System::Xml::XmlReader::ReadToDescendant
XmlReader::ReadToDescendant(String, String) method
يقوم بتقدم XmlReader إلى العنصر المتفرع التالي بالاسم المحلي ومسار مساحة الاسم المحددين.
virtual bool System::Xml::XmlReader::ReadToDescendant(String localName, String namespaceURI)
| Parameter | Type | الوصف |
|---|---|---|
| localName | String | الاسم المحلي للعنصر الذي ترغب في الانتقال إليه. |
| namespaceURI | String | مسار مساحة الاسم للعنصر الذي ترغب في الانتقال إليه. |
ReturnValue
true if a matching descendant element is found; otherwise false. If a matching child element is not found, the XmlReader is positioned on the end tag (XmlReader::get_NodeType value is XmlNodeType::EndElement) of the element. If the XmlReader is not positioned on an element when XmlReader::ReadToDescendant(String,String) was called, this method returns false and the position of the XmlReader is not changed.
انظر أيضًا
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++
XmlReader::ReadToDescendant(String) method
يقوم بتقدم XmlReader إلى العنصر المتفرع التالي بالاسم المؤهل المحدد.
virtual bool System::Xml::XmlReader::ReadToDescendant(String name)
| Parameter | Type | الوصف |
|---|---|---|
| الاسم | String | الاسم المؤهل للعنصر الذي ترغب في الانتقال إليه. |
ReturnValue
true if a matching descendant element is found; otherwise false. If a matching child element is not found, the XmlReader is positioned on the end tag (XmlReader::get_NodeType value is XmlNodeType::EndElement) of the element. If the XmlReader is not positioned on an element when XmlReader::ReadToDescendant(String) was called, this method returns false and the position of the XmlReader is not changed.
انظر أيضًا
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++