Namespaces | |
| Dom | |
| The DOM namespace contains a 'tag soup' parser for handling HTML5 and other XML-like formats. It contains W3C compatible DOM nodes and functionality. | |
Constant Groups | |
| Dom | |
| The DOM namespace contains a 'tag soup' parser for handling HTML5 and other XML-like formats. It contains W3C compatible DOM nodes and functionality. | |
Enumerations | |
| enum | Dom.HtmlParseMode : byte { Dom.HtmlParseMode.PCData, Dom.HtmlParseMode.RCData, Dom.HtmlParseMode.Plaintext, Dom.HtmlParseMode.Rawtext, Dom.HtmlParseMode.Script } |
| Defines the different tokenization content models. More... | |