System::Xml::XPath::XPathNavigator::MoveToNextNamespace méthode

XPathNavigator::MoveToNextNamespace() method

Déplace le XPathNavigator vers le nœud d’espace de noms suivant.

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.

Voir aussi

XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method

Lorsqu’il est remplacé dans une classe dérivée, déplace le XPathNavigator vers le nœud d’espace de noms suivant correspondant à la XPathNamespaceScope spécifiée.

virtual bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace(XPathNamespaceScope namespaceScope)=0
ParamètreTypeDescription
namespaceScopeXPathNamespaceScopeUne valeur XPathNamespaceScope décrivant la portée d’espace de noms.

ReturnValue

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

Voir aussi