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.Font for C++
XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method
عند تجاوزها في فئة مشتقة، تنقل XPathNavigator إلى عقدة النطاق التالي التي تطابق XPathNamespaceScope المحدد.
virtual bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace(XPathNamespaceScope namespaceScope)=0
| معامل | نوع | الوصف |
|---|---|---|
| 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.Font for C++