System::Xml::XPath::XPathNavigator::MoveToFollowing method
محتويات
[
يخفي
]XPathNavigator::MoveToFollowing(String, String) method
ينقل XPathNavigator إلى العنصر الذي له الاسم المحلي ومسار مساحة الاسم URI المحددين بترتيب المستند.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI)
| Parameter | Type | الوصف |
|---|---|---|
| localName | String | الاسم المحلي للعنصر. |
| namespaceURI | String | معرف URI للمساحة الاسمية للعنصر. |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
انظر أيضًا
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToFollowing(String, String, SharedPtr<XPathNavigator>) method
ينقل XPathNavigator إلى العنصر الذي له الاسم المحلي ومسار مساحة الاسم URI المحددين، إلى الحد المحدد، بترتيب المستند.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI, SharedPtr<XPathNavigator> end)
| Parameter | Type | الوصف |
|---|---|---|
| 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.Page for C++
XPathNavigator::MoveToFollowing(XPathNodeType) method
ينقل XPathNavigator إلى العنصر التالي من نوع XPathNodeType المحدد بترتيب المستند.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(XPathNodeType type)
| Parameter | 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.Page for C++
XPathNavigator::MoveToFollowing(XPathNodeType, SharedPtr<XPathNavigator>) method
ينقل الـXPathNavigator إلى العنصر التالي من نوع XPathNodeType المحدد، إلى الحد المحدد، بترتيب المستند.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(XPathNodeType type, SharedPtr<XPathNavigator> end)
| Parameter | Type | الوصف |
|---|---|---|
| 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.Page for C++