System::Xml::XPath::XPathNavigator::SelectDescendants طريقة
محتويات
[
يخفي
]XPathNavigator::SelectDescendants(String, String, bool) method
يختار جميع العقد السفلية للعقدة الحالية التي لها الاسم المحلي وURI للفضاء الاسمي المحددين.
virtual SharedPtr<XPathNodeIterator> System::Xml::XPath::XPathNavigator::SelectDescendants(String name, String namespaceURI, bool matchSelf)
| معامل | نوع | الوصف |
|---|---|---|
| name | String | الاسم المحلي للعقد التابعة. |
| namespaceURI | String | معرف مساحة الاسم للعقد التابعة. |
| matchSelf | bool | true لتضمين عقدة السياق في الاختيار؛ وإلا، false. |
ReturnValue
كائن XPathNodeIterator يحتوي على العقد المحددة.
انظر أيضًا
- Typedef SharedPtr
- Class XPathNodeIterator
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::SelectDescendants(XPathNodeType, bool) method
يحدد جميع العقد التابعة للعقدة الحالية التي لها XPathNodeType مطابق.
virtual SharedPtr<XPathNodeIterator> System::Xml::XPath::XPathNavigator::SelectDescendants(XPathNodeType type, bool matchSelf)
| معامل | نوع | الوصف |
|---|---|---|
| type | XPathNodeType | الـ XPathNodeType للعقد التابعة. |
| matchSelf | bool | true لتضمين عقدة السياق في الاختيار؛ وإلا، false. |
ReturnValue
كائن XPathNodeIterator يحتوي على العقد المحددة.
انظر أيضًا
- Typedef SharedPtr
- Class XPathNodeIterator
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++