1 // HtmlAgilityPack V1.0 - Simon Mourier <simon underscore mourier at hotmail dot com>
4 namespace HtmlAgilityPack
7 /// Flags that describe the behavior of an Element node.
10 public enum HtmlElementFlag
13 /// The node is a CDATA node.
18 /// The node is empty. META or IMG are example of such nodes.
23 /// The node will automatically be closed during parsing.
28 /// The node can overlap.