System::Xml::XPath::XPathNavigator::MoveToNextNamespace methode

XPathNavigator::MoveToNextNamespace() method

Verplaatst de XPathNavigator naar de volgende namespace‑knoop.

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.

Zie ook

XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method

Wanneer overschreven in een afgeleide klasse, verplaatst de XPathNavigator naar de volgende namespace‑knoop die overeenkomt met de opgegeven XPathNamespaceScope.

virtual bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace(XPathNamespaceScope namespaceScope)=0
ParameterTypeBeschrijving
namespaceScopeXPathNamespaceScopeEen XPathNamespaceScope-waarde die de namespace-scope beschrijft.

ReturnValue

true if the XPathNavigator is successful moving to the next namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.

Zie ook