Click or drag to resize

HtmlNodeNavigator Properties

The HtmlNodeNavigator type exposes the following members.

Properties
  NameDescription
Public propertyBaseURI
Gets the base URI for the current node. Always returns string.Empty in the case of HtmlNavigator implementation.
(Overrides XPathNavigatorBaseURI.)
Public propertyCurrentDocument
Gets the current HTML document.
Public propertyCurrentNode
Gets the current HTML node.
Public propertyHasAttributes
Gets a value indicating whether the current node has child nodes.
(Overrides XPathNavigatorHasAttributes.)
Public propertyHasChildren
Gets a value indicating whether the current node has child nodes.
(Overrides XPathNavigatorHasChildren.)
Public propertyIsEmptyElement
Gets a value indicating whether the current node is an empty element.
(Overrides XPathNavigatorIsEmptyElement.)
Public propertyLocalName
Gets the name of the current HTML node without the namespace prefix.
(Overrides XPathNavigatorLocalName.)
Public propertyName
Gets the qualified name of the current node.
(Overrides XPathNavigatorName.)
Public propertyNamespaceURI
Gets the namespace URI (as defined in the W3C Namespace Specification) of the current node. Always returns string.Empty in the case of HtmlNavigator implementation.
(Overrides XPathNavigatorNamespaceURI.)
Public propertyNameTable
Gets the XmlNameTable associated with this implementation.
(Overrides XPathNavigatorNameTable.)
Public propertyNodeType
Gets the type of the current node.
(Overrides XPathNavigatorNodeType.)
Public propertyPrefix
Gets the prefix associated with the current node. Always returns string.Empty in the case of HtmlNavigator implementation.
(Overrides XPathNavigatorPrefix.)
Public propertyValue
Gets the text value of the current node.
(Overrides XPathItemValue.)
Public propertyXmlLang
Gets the xml:lang scope for the current node. Always returns string.Empty in the case of HtmlNavigator implementation.
(Overrides XPathNavigatorXmlLang.)
Top
See Also