HtmlNode Fields |
The HtmlNode type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ElementsFlags |
Gets a collection of flags that define specific behaviors for specific element nodes.
The table contains a DictionaryEntry list with the lowercase tag name as the Key, and a combination of HtmlElementFlags as the Value.
|
![]() ![]() | HtmlNodeTypeNameComment |
Gets the name of a comment node. It is actually defined as '#comment'.
|
![]() ![]() | HtmlNodeTypeNameDocument |
Gets the name of the document node. It is actually defined as '#document'.
|
![]() ![]() | HtmlNodeTypeNameText |
Gets the name of a text node. It is actually defined as '#text'.
|