Click or drag to resize

HtmlNodeNavigator Methods

The HtmlNodeNavigator type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new HtmlNavigator positioned at the same node as this HtmlNavigator.
(Overrides XPathNavigatorClone.)
Public methodGetAttribute
Gets the value of the HTML attribute with the specified LocalName and NamespaceURI.
(Overrides XPathNavigatorGetAttribute(String, String).)
Public methodGetNamespace
Returns the value of the namespace node corresponding to the specified local name. Always returns string.Empty for the HtmlNavigator implementation.
(Overrides XPathNavigatorGetNamespace(String).)
Public methodIsSamePosition
Determines whether the current HtmlNavigator is at the same position as the specified HtmlNavigator.
(Overrides XPathNavigatorIsSamePosition(XPathNavigator).)
Public methodMoveTo
Moves to the same position as the specified HtmlNavigator.
(Overrides XPathNavigatorMoveTo(XPathNavigator).)
Public methodMoveToAttribute
Moves to the HTML attribute with matching LocalName and NamespaceURI.
(Overrides XPathNavigatorMoveToAttribute(String, String).)
Public methodMoveToFirst
Moves to the first sibling of the current node.
(Overrides XPathNavigatorMoveToFirst.)
Public methodMoveToFirstAttribute
Moves to the first HTML attribute.
(Overrides XPathNavigatorMoveToFirstAttribute.)
Public methodMoveToFirstChild
Moves to the first child of the current node.
(Overrides XPathNavigatorMoveToFirstChild.)
Public methodMoveToFirstNamespace
Moves the XPathNavigator to the first namespace node of the current element. Always returns false for the HtmlNavigator implementation.
(Overrides XPathNavigatorMoveToFirstNamespace(XPathNamespaceScope).)
Public methodMoveToId
Moves to the node that has an attribute of type ID whose value matches the specified string.
(Overrides XPathNavigatorMoveToId(String).)
Public methodMoveToNamespace
Moves the XPathNavigator to the namespace node with the specified local name. Always returns false for the HtmlNavigator implementation.
(Overrides XPathNavigatorMoveToNamespace(String).)
Public methodMoveToNext
Moves to the next sibling of the current node.
(Overrides XPathNavigatorMoveToNext.)
Public methodMoveToNextAttribute
Moves to the next HTML attribute.
(Overrides XPathNavigatorMoveToNextAttribute.)
Public methodMoveToNextNamespace
Moves the XPathNavigator to the next namespace node. Always returns falsefor the HtmlNavigator implementation.
(Overrides XPathNavigatorMoveToNextNamespace(XPathNamespaceScope).)
Public methodMoveToParent
Moves to the parent of the current node.
(Overrides XPathNavigatorMoveToParent.)
Public methodMoveToPrevious
Moves to the previous sibling of the current node.
(Overrides XPathNavigatorMoveToPrevious.)
Public methodMoveToRoot
Moves to the root node to which the current node belongs.
(Overrides XPathNavigatorMoveToRoot.)
Top
See Also