Mono Class Library: System.Xml.XPath.XPathNavigator Overview | MembersSystem.Xml.XPath.XPathNavigator.MoveToNextNamespace Overloads |
The overloads of MoveToNextNamespace are listed below. For a list of all members, see the XPathNavigator Members list.
MoveToNextNamespace() : bool Moves the current node to the next namespace node. The call to this method is euivalent to MoveToNextNamespace (XPathNamespaceScope.All). abstractMoveToNextNamespace(XPathNamespaceScope) : bool Moves the current node to the next namespace node, filtered by the argument scope.