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++