Name |
Description |
CssStylesheet |
|
CssStylesheet.StyleDefinition |
|
HtmlCssParser |
|
HtmlFromXamlConverter |
HtmlToXamlConverter is a static class that takes an HTML string and converts it into XAML |
HtmlLexicalAnalyzer |
lexical analyzer class recognizes tokens as groups of characters separated by arbitrary amounts of whitespace also classifies tokens according to type |
HtmlParser |
HtmlParser class accepts a string of possibly badly formed Html, parses it and returns a string of well-formed Html that is as close to the original string in content as possible |
HtmlSchema |
HtmlSchema class maintains static information about HTML structure can be used by HtmlParser to check conditions under which an element starts or ends, etc. |
HtmlToXamlConverter |
HtmlToXamlConverter is a static class that takes an HTML string and converts it into XAML |