| Interface | Description |
|---|---|
| AttributeProvider |
Extension point for adding/changing attributes on HTML tags for a node.
|
| AttributeProviderContext |
The context for attribute providers.
|
| AttributeProviderFactory |
Factory for instantiating new attribute providers when rendering is done.
|
| HtmlNodeRendererContext | |
| HtmlNodeRendererFactory |
Factory for instantiating new node renderers when rendering is done.
|
| HtmlRenderer.HtmlRendererExtension |
Extension for
HtmlRenderer. |
| UrlSanitizer |
Sanitizes urls for img and a elements by whitelisting protocols.
|
| Class | Description |
|---|---|
| CoreHtmlNodeRenderer |
The node renderer that renders all the core nodes (comes last in the order of node renderers).
|
| DefaultUrlSanitizer |
Allows http, https and mailto protocols for url.
|
| HtmlRenderer |
Renders a tree of nodes to HTML.
|
| HtmlRenderer.Builder |
Builder for configuring an
HtmlRenderer. |
| HtmlWriter |
HtmlRenderer)Copyright © 2021. All rights reserved.