System::Xml::XPath::XPathNavigator::MoveToNextNamespace metod

XPathNavigator::MoveToNextNamespace() method

Flyttar XPathNavigator till nästa namnrymdsnod.

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.

Se även

XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method

När den åsidosätts i en avledd klass flyttas XPathNavigator till nästa namnrymdsnod som matchar den angivna XPathNamespaceScope.

virtual bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace(XPathNamespaceScope namespaceScope)=0
ParameterTypeBeskrivning
namespaceScopeXPathNamespaceScopeEtt XPathNamespaceScope-värde som beskriver namnrymdsomfånget.

ReturnValue

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

Se även