| HtmlNodeNavigator Methods | 
The HtmlNodeNavigator type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone | 
            Creates a new HtmlNavigator positioned at the same node as this HtmlNavigator.
              (Overrides XPathNavigatorClone.) | |
| GetAttribute | 
            Gets the value of the HTML attribute with the specified LocalName and NamespaceURI.
              (Overrides XPathNavigatorGetAttribute(String, String).) | |
| GetNamespace | 
            Returns the value of the namespace node corresponding to the specified local name.
            Always returns string.Empty for the HtmlNavigator implementation.
              (Overrides XPathNavigatorGetNamespace(String).) | |
| IsSamePosition | 
            Determines whether the current HtmlNavigator is at the same position as the specified HtmlNavigator.
              (Overrides XPathNavigatorIsSamePosition(XPathNavigator).) | |
| MoveTo | 
            Moves to the same position as the specified HtmlNavigator.
              (Overrides XPathNavigatorMoveTo(XPathNavigator).) | |
| MoveToAttribute | 
            Moves to the HTML attribute with matching LocalName and NamespaceURI.
              (Overrides XPathNavigatorMoveToAttribute(String, String).) | |
| MoveToFirst | 
            Moves to the first sibling of the current node.
              (Overrides XPathNavigatorMoveToFirst.) | |
| MoveToFirstAttribute | 
            Moves to the first HTML attribute.
              (Overrides XPathNavigatorMoveToFirstAttribute.) | |
| MoveToFirstChild | 
            Moves to the first child of the current node.
              (Overrides XPathNavigatorMoveToFirstChild.) | |
| MoveToFirstNamespace | 
            Moves the XPathNavigator to the first namespace node of the current element.
            Always returns false for the HtmlNavigator implementation.
              (Overrides XPathNavigatorMoveToFirstNamespace(XPathNamespaceScope).) | |
| MoveToId | 
            Moves to the node that has an attribute of type ID whose value matches the specified string.
              (Overrides XPathNavigatorMoveToId(String).) | |
| MoveToNamespace | 
            Moves the XPathNavigator to the namespace node with the specified local name. 
            Always returns false for the HtmlNavigator implementation.
              (Overrides XPathNavigatorMoveToNamespace(String).) | |
| MoveToNext | 
            Moves to the next sibling of the current node.
              (Overrides XPathNavigatorMoveToNext.) | |
| MoveToNextAttribute | 
            Moves to the next HTML attribute.
              (Overrides XPathNavigatorMoveToNextAttribute.) | |
| MoveToNextNamespace | 
            Moves the XPathNavigator to the next namespace node.
            Always returns falsefor the HtmlNavigator implementation.
              (Overrides XPathNavigatorMoveToNextNamespace(XPathNamespaceScope).) | |
| MoveToParent | 
            Moves to the parent of the current node.
              (Overrides XPathNavigatorMoveToParent.) | |
| MoveToPrevious | 
            Moves to the previous sibling of the current node.
              (Overrides XPathNavigatorMoveToPrevious.) | |
| MoveToRoot | 
            Moves to the root node to which the current node belongs.
              (Overrides XPathNavigatorMoveToRoot.) |