طريقة System::Xml::XPath::XPathNavigator::MoveToFollowing
محتويات
[
يخفي
]XPathNavigator::MoveToFollowing(String, String) method
ينقل XPathNavigator إلى العنصر الذي يحمل الاسم المحلي ومعرف مساحة الاسم المحددين بترتيب المستند.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI)
| معامل | نوع | الوصف |
|---|---|---|
| localName | String | الاسم المحلي للعنصر. |
| namespaceURI | String | معرف مساحة الاسم (URI) للعنصر. |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
انظر أيضًا
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToFollowing(String, String, SharedPtr<XPathNavigator>) method
ينقل XPathNavigator إلى العنصر الذي يحمل الاسم المحلي ومعرف مساحة الاسم المحددين، إلى الحد المحدد، بترتيب المستند.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI, SharedPtr<XPathNavigator> end)
| معامل | نوع | الوصف |
|---|---|---|
| localName | String | الاسم المحلي للعنصر. |
| namespaceURI | String | معرف مساحة الاسم (URI) للعنصر. |
| end | SharedPtr<XPathNavigator> | كائن XPathNavigator الموجود على حد العنصر الذي لن يتجاوزه XPathNavigator الحالي أثناء البحث عن العنصر التالي. |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToFollowing(XPathNodeType) method
ينقل XPathNavigator إلى العنصر التالي من نوع XPathNodeType المحدد بترتيب المستند.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(XPathNodeType type)
| معامل | نوع | الوصف |
|---|---|---|
| type | XPathNodeType | XPathNodeType الخاص بالعنصر. لا يمكن أن يكون XPathNodeType هو XPathNodeType::Attribute أو XPathNodeType::Namespace. |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
انظر أيضًا
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToFollowing(XPathNodeType, SharedPtr<XPathNavigator>) method
ينقل XPathNavigator إلى العنصر التالي من نوع XPathNodeType المحدد، إلى الحد المحدد، بترتيب المستند.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(XPathNodeType type, SharedPtr<XPathNavigator> end)
| معامل | نوع | الوصف |
|---|---|---|
| type | XPathNodeType | XPathNodeType الخاص بالعنصر. لا يمكن أن يكون XPathNodeType هو XPathNodeType::Attribute أو XPathNodeType::Namespace. |
| end | SharedPtr<XPathNavigator> | كائن XPathNavigator الموجود على حد العنصر الذي لن يتجاوزه XPathNavigator الحالي أثناء البحث عن العنصر التالي. |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
انظر أيضًا
- Enum XPathNodeType
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++