MoveToFirstNamespace Method

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image

Overload List

  NameDescription
Public methodMoveToFirstNamespace()()()()
Moves the XPathNavigator to first namespace node of the current node.
(Inherited from XPathNavigator.)
Public methodMoveToFirstNamespace(XPathNamespaceScope)
Moves the XPathNavigator to the first namespace node of the current element. Always returns false for the HtmlNavigator implementation.
(Overrides XPathNavigator..::..MoveToFirstNamespace(XPathNamespaceScope).)

See Also