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