HtmlParserExtensions
Extensions to be used exclusively by the parser or the tokenizer.
public static HtmlTreeMode? SelectMode(this Element element, bool isLast, Stack<HtmlTreeMode> templateModes)
public static void SetAttributes(this Element element, List<KeyValuePair<string, string>> attributes)
public static void SetUniqueAttributes(this Element element, List<KeyValuePair<string, string>> attributes)