System::Xml::XPath::XPathNavigator::MoveToNextNamespace Methode
Inhalt
[
Ausblenden
]XPathNavigator::MoveToNextNamespace() method
Verschiebt den XPathNavigator zum nächsten Namespace-Knoten.
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.
Siehe auch
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method
Wenn sie in einer abgeleiteten Klasse überschrieben wird, verschiebt sie den XPathNavigator zum nächsten Namespace-Knoten, der dem angegebenen XPathNamespaceScope entspricht.
virtual bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace(XPathNamespaceScope namespaceScope)=0
| Parameter | Typ | Beschreibung |
|---|---|---|
| namespaceScope | XPathNamespaceScope | Ein XPathNamespaceScope Wert, der den Namensbereich beschreibt. |
ReturnValue
true if the XPathNavigator is successful moving to the next namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Siehe auch
- Enum XPathNamespaceScope
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++