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
जब किसी व्युत्पन्न क्लास में ओवरराइड किया जाता है, तो निर्दिष्ट XPathNamespaceScope से मेल खाने वाले अगले नेमस्पेस नोड पर XPathNavigator को ले जाता है।
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.Page for C++