







Flags that describe the behavior of an Element node.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
[FlagsAttribute] public enum HtmlElementFlag |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration HtmlElementFlag |
| Visual C++ |
|---|
[FlagsAttribute] public enum class HtmlElementFlag |
Members
| Member name | Value | Description | |
|---|---|---|---|
| CData | 1 | The node is a CDATA node. | |
| Empty | 2 | The node is empty. META or IMG are example of such nodes. | |
| Closed | 4 | The node will automatically be closed during parsing. | |
| CanOverlap | 8 | The node can overlap. |
