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

System.Xml.XPath.XPathNavigator.MoveToFirstNamespace Overloads

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

Public Methods

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