HtmlNodeNavigator Properties |
The HtmlNodeNavigator type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseURI |
Gets the base URI for the current node.
Always returns string.Empty in the case of HtmlNavigator implementation.
(Overrides XPathNavigatorBaseURI.) | |
| CurrentDocument |
Gets the current HTML document.
| |
| CurrentNode |
Gets the current HTML node.
| |
| HasAttributes |
Gets a value indicating whether the current node has child nodes.
(Overrides XPathNavigatorHasAttributes.) | |
| HasChildren |
Gets a value indicating whether the current node has child nodes.
(Overrides XPathNavigatorHasChildren.) | |
| IsEmptyElement |
Gets a value indicating whether the current node is an empty element.
(Overrides XPathNavigatorIsEmptyElement.) | |
| LocalName |
Gets the name of the current HTML node without the namespace prefix.
(Overrides XPathNavigatorLocalName.) | |
| Name |
Gets the qualified name of the current node.
(Overrides XPathNavigatorName.) | |
| NamespaceURI |
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.) | |
| NameTable |
Gets the XmlNameTable associated with this implementation.
(Overrides XPathNavigatorNameTable.) | |
| NodeType |
Gets the type of the current node.
(Overrides XPathNavigatorNodeType.) | |
| Prefix |
Gets the prefix associated with the current node.
Always returns string.Empty in the case of HtmlNavigator implementation.
(Overrides XPathNavigatorPrefix.) | |
| Value |
Gets the text value of the current node.
(Overrides XPathItemValue.) | |
| XmlLang |
Gets the xml:lang scope for the current node.
Always returns string.Empty in the case of HtmlNavigator implementation.
(Overrides XPathNavigatorXmlLang.) |