System::Xml::XPath::XPathNavigator::MoveToNextNamespace Methode

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

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
ParameterTypBeschreibung
namespaceScopeXPathNamespaceScopeEin 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