A Sandcastle Documented Class Library |
HtmlNodeNavigator Properties |
HtmlNodeNavigator Class See Also Send Feedback |
The HtmlNodeNavigator type exposes the following members.
Properties
Name | Description | |
---|---|---|
BaseURI |
Gets the base URI for the current node.
Always returns string.Empty in the case of HtmlNavigator implementation.
(Overrides XPathNavigator..::..BaseURI.) | |
CanEdit | Gets a value indicating whether the XPathNavigator can edit the underlying XML data. (Inherited from XPathNavigator.) | |
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 XPathNavigator..::..HasAttributes.) | |
HasChildren |
Gets a value indicating whether the current node has child nodes.
(Overrides XPathNavigator..::..HasChildren.) | |
InnerXml | Gets or sets the markup representing the child nodes of the current node. (Inherited from XPathNavigator.) | |
IsEmptyElement |
Gets a value indicating whether the current node is an empty element.
(Overrides XPathNavigator..::..IsEmptyElement.) | |
IsNode | Gets a value indicating if the current node represents an XPath node. (Inherited from XPathNavigator.) | |
LocalName |
Gets the name of the current HTML node without the namespace prefix.
(Overrides XPathNavigator..::..LocalName.) | |
Name |
Gets the qualified name of the current node.
(Overrides XPathNavigator..::..Name.) | |
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 XPathNavigator..::..NamespaceURI.) | |
NameTable |
Gets the XmlNameTable associated with this implementation.
(Overrides XPathNavigator..::..NameTable.) | |
NodeType |
Gets the type of the current node.
(Overrides XPathNavigator..::..NodeType.) | |
OuterXml | Gets or sets the markup representing the opening and closing tags of the current node and its child nodes. (Inherited from XPathNavigator.) | |
Prefix |
Gets the prefix associated with the current node.
Always returns string.Empty in the case of HtmlNavigator implementation.
(Overrides XPathNavigator..::..Prefix.) | |
SchemaInfo | Gets the schema information that has been assigned to the current node as a result of schema validation. (Inherited from XPathNavigator.) | |
TypedValue | Gets the current node as a boxed object of the most appropriate .NET Framework type. (Inherited from XPathNavigator.) | |
UnderlyingObject | Used by XPathNavigator implementations which provide a "virtualized" XML view over a store, to provide access to underlying objects. (Inherited from XPathNavigator.) | |
Value |
Gets the text value of the current node.
(Overrides XPathItem..::..Value.) | |
ValueAsBoolean | Gets the current node's value as a Boolean. (Inherited from XPathNavigator.) | |
ValueAsDateTime | Gets the current node's value as a DateTime. (Inherited from XPathNavigator.) | |
ValueAsDouble | Gets the current node's value as a Double. (Inherited from XPathNavigator.) | |
ValueAsInt | Gets the current node's value as an Int32. (Inherited from XPathNavigator.) | |
ValueAsLong | Gets the current node's value as an Int64. (Inherited from XPathNavigator.) | |
ValueType | Gets the .NET Framework Type of the current node. (Inherited from XPathNavigator.) | |
XmlLang |
Gets the xml:lang scope for the current node.
Always returns string.Empty in the case of HtmlNavigator implementation.
(Overrides XPathNavigator..::..XmlLang.) | |
XmlType | Gets the XmlSchemaType information for the current node. (Inherited from XPathNavigator.) |