طريقة System::Xml::XPath::XPathNavigator::MoveToNext
XPathNavigator::MoveToNext() method
عند تجاوزها في فئة مشتقة، تنقل XPathNavigator إلى العقدة الشقيقة التالية للعقدة الحالية.
virtual bool System::Xml::XPath::XPathNavigator::MoveToNext()=0
ReturnValue
true if the XPathNavigator is successful moving to the next sibling node; otherwise false if there are no more siblings or if the XPathNavigator is currently positioned on an attribute node. If false, the position of the XPathNavigator is unchanged.
انظر أيضًا
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToNext(String, String) method
تنقل XPathNavigator إلى العقدة الشقيقة التالية بالاسم المحلي وURI مساحة الاسم المحددين.
virtual bool System::Xml::XPath::XPathNavigator::MoveToNext(String localName, String namespaceURI)
| معامل | نوع | الوصف |
|---|---|---|
| localName | String | الاسم المحلي للعقدة الشقيقة التالية التي سيتم الانتقال إليها. |
| namespaceURI | String | URI مساحة الاسم للعقدة الشقيقة التالية التي سيتم الانتقال إليها. |
ReturnValue
true if the XPathNavigator is successful moving to the next sibling node; false if there are no more siblings, or if the XPathNavigator is currently positioned on an attribute node. If false, the position of the XPathNavigator is unchanged.
انظر أيضًا
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToNext(XPathNodeType) method
تنقل XPathNavigator إلى العقدة الشقيقة التالية للعقدة الحالية التي تطابق XPathNodeType المحدد.
virtual bool System::Xml::XPath::XPathNavigator::MoveToNext(XPathNodeType type)
| معامل | نوع | الوصف |
|---|---|---|
| type | XPathNodeType | الـ XPathNodeType للعقدة الشقيقة التي سيتم الانتقال إليها. |
ReturnValue
true if the XPathNavigator is successful moving to the next sibling node; otherwise, false if there are no more siblings or if the XPathNavigator is currently positioned on an attribute node. If false, the position of the XPathNavigator is unchanged.
انظر أيضًا
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++