Parse(String, Boolean, Boolean) | Parses the supplied HTML String to construct a basic Document. |
Parse(HtmlDocument, String, Boolean, Boolean) | Parses the supplied HTML String to construct a basic Document. |
Parse(HtmlNodeCollection, String, Boolean, Boolean) | Parses the supplied HTML String to construct a basic Document. |
Parse(HtmlNodeCollection, StringTokenCollection, Int32, Boolean, Boolean) | Parse the HTML elements token list into individual nodes. |