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

XPathNavigator::MoveToNextNamespace() method

Mueve el XPathNavigator al siguiente nodo de espacio de nombres.

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.

Ver también

XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method

Cuando se sobrescribe en una clase derivada, mueve el XPathNavigator al siguiente nodo de espacio de nombres que coincida con el XPathNamespaceScope especificado.

virtual bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace(XPathNamespaceScope namespaceScope)=0
ParámetroTipoDescripción
namespaceScopeXPathNamespaceScopeUn valor XPathNamespaceScope que describe el alcance del espacio de nombres.

ReturnValue

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

Ver también