1 // HtmlAgilityPack V1.0 - Simon Mourier <simon underscore mourier at hotmail dot com>
2 namespace HtmlAgilityPack
5 /// Represents the type of a node.
7 public enum HtmlNodeType
10 /// The root of a document.
25 /// A text node is always the child of an element or a document node.