System::Xml::XPath::XPathNavigator::MoveToFirstNamespace-Methode
Inhalt
[
Ausblenden
]XPathNavigator::MoveToFirstNamespace() method
Bewegt den XPathNavigator zum ersten Namespace-Knoten des aktuellen Knotens.
bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace()
ReturnValue
true if the XPathNavigator is successful moving to the first 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::MoveToFirstNamespace(XPathNamespaceScope) method
Wenn sie in einer abgeleiteten Klasse überschrieben wird, bewegt sie den XPathNavigator zum ersten Namespace-Knoten, der dem angegebenen XPathNamespaceScope entspricht.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace(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 first 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++