| HtmlNodeType Enumeration | 
Namespace: WorkflowGen.My.HtmlAgilityPack
| Member name | Value | Description | |
|---|---|---|---|
| Document | 0 | The root of a document. | |
| Element | 1 | An HTML element. | |
| Comment | 2 | An HTML comment. | |
| Text | 3 | A text node is always the child of an element or a document node. |