طريقة System::Xml::XmlNode::SelectNodes
محتويات
[
يخفي
]XmlNode::SelectNodes(const String&) method
تختار قائمة من العقد التي تطابق تعبير XPath.
SharedPtr<XmlNodeList> System::Xml::XmlNode::SelectNodes(const String &xpath)
| معامل | نوع | الوصف |
|---|---|---|
| xpath | const String& | تعبير XPath. |
ReturnValue
قائمة XmlNodeList تحتوي على مجموعة من العقد التي تطابق استعلام XPath.
انظر أيضًا
- Typedef SharedPtr
- Class XmlNodeList
- Class String
- Class XmlNode
- Namespace System::Xml
- Library Aspose.Font for C++
XmlNode::SelectNodes(const String&, const SharedPtr<XmlNamespaceManager>&) method
تختار قائمة من العقد التي تطابق تعبير XPath. يتم حل أي بادئات موجودة في تعبير XPath باستخدام XmlNamespaceManager المقدم.
SharedPtr<XmlNodeList> System::Xml::XmlNode::SelectNodes(const String &xpath, const SharedPtr<XmlNamespaceManager> &nsmgr)
| معامل | نوع | الوصف |
|---|---|---|
| xpath | const String& | تعبير XPath. |
| nsmgr | const SharedPtr<XmlNamespaceManager>& | XmlNamespaceManager لاستخدامه في حل المساحات الاسمية للبادئات في تعبير XPath. |
ReturnValue
قائمة XmlNodeList تحتوي على مجموعة من العقد التي تطابق استعلام XPath.
انظر أيضًا
- Typedef SharedPtr
- Class XmlNodeList
- Class String
- Class XmlNamespaceManager
- Class XmlNode
- Namespace System::Xml
- Library Aspose.Font for C++