طريقة System::Xml::XPath::XPathNavigator::MoveToNextNamespace
محتويات
[
يخفي
]XPathNavigator::MoveToNextNamespace() method
ينقل الـXPathNavigator إلى عقدة النطاق التالية.
bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace()
ReturnValue
true if the XPathNavigator is successful moving to the next namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
انظر أيضًا
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method
عند تجاوزها في فئة مشتقة، تنقل الـXPathNavigator إلى عقدة النطاق التالية التي تطابق XPathNamespaceScope المحدد.
virtual bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace(XPathNamespaceScope namespaceScope)=0
| Parameter | Type | الوصف |
|---|---|---|
| namespaceScope | XPathNamespaceScope | قيمة XPathNamespaceScope تصف نطاق مساحة الاسم. |
ReturnValue
true if the XPathNavigator is successful moving to the next namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
انظر أيضًا
- Enum XPathNamespaceScope
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++