| Interface | Description |
|---|---|
| IBrowserOutput | |
| IHtmlDeltaAttributeRenderer |
Indicates that the node itself renders it's attribute delta.
|
| IHtmlRenderFactory |
Factory for creating tag- and full renderers per browser version.
|
| IRenderNBSPIfEmpty |
Signal interface: when a node has 0 children and exposes this interface it is
written as a entity.
|
| Class | Description |
|---|---|
| FastXmlOutputWriter | |
| HtmlFullRenderer |
Visits the node tree in such a way that a valid html document is generated.
|
| HtmlTagRenderer |
Basic, mostly standard-compliant handler for rendering HTML tags.
|
| MsCrapwareRenderFactory |
Recognises most IE browsers as crapware which needs special renderers to work
around their bugs, sigh.
|
| MsGarbageHtmlFullRenderer |
This is the HTML full structure renderer for Microsoft Internet Exploder < 8.x, which tries
to work around all of the gazillion bugs and blunders in these pieces of crapware.
|
| MsGarbageHtmlTagRenderer |
This is the HTML tag renderer for Microsoft Internet Exploder < 8.x, which tries
to work around all of the gazillion bugs and blunders in these pieces of crapware.
|
| PrettyXmlOutputWriter |
Pretty-printing output renderer.
|
| StandardHtmlFullRenderer |
This is the HTML full structure renderer for standard-compliant browsers.
|
| StandardHtmlTagRenderer |
This is the HTML tag renderer for standard-compliant browsers.
|
| XmlOutputWriterBase |
| Enum | Description |
|---|---|
| HtmlRenderMode |
Copyright © 2017 etc.to. All rights reserved.