System::Xml::XPath::XPathNavigator::MoveToFirstNamespace Methode
Inhalt
[
Ausblenden
]XPathNavigator::MoveToFirstNamespace() method
Verschiebt den XPathNavigator zum ersten Namensraumknoten 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.Page for C++
XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope) method
Wenn in einer abgeleiteten Klasse überschrieben, verschiebt es den XPathNavigator zum ersten Namensraumknoten, 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 Namensraumumfang 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.Page for C++