Enum HtmlElementFlag
- Namespace
- HtmlAgilityPack
- Assembly
- HtmlAgilityPack.dll
Flags that describe the behavior of an Element node.
[Flags]
public enum HtmlElementFlag
Fields
CData = 1
The node is a CDATA node.
CanOverlap = 8
The node can overlap.
Closed = 4
The node will automatically be closed during parsing.
Empty = 2
The node is empty. META or IMG are example of such nodes.