Mono Class Library: System.Xml.XPath.XPathNavigator Overview | Members

System.Xml.XPath.XPathNavigator.MoveToNextNamespace Overloads

The overloads of MoveToNextNamespace are listed below. For a list of all members, see the XPathNavigator Members list.

Public Methods

MoveToNextNamespace() : bool
Moves the current node to the next namespace node. The call to this method is euivalent to MoveToNextNamespace (XPathNamespaceScope.All).
abstract
MoveToNextNamespace(XPathNamespaceScope) : bool
Moves the current node to the next namespace node, filtered by the argument scope.