Top Description Interfaces Classes
module jdk.internal.md

Package jdk.internal.org.commonmark.renderer.html


HTML rendering (see org.commonmark.renderer.html.HtmlRenderer)

Interface Summary

Modifier and TypeInterface and Description
public interface
AttributeProvider

Extension point for adding/changing attributes on HTML tags for a node.

public interface
AttributeProviderContext

The context for attribute providers.

public interface
AttributeProviderFactory

Factory for instantiating new attribute providers when rendering is done.

public interface
public interface
HtmlNodeRendererFactory

Factory for instantiating new node renderers when rendering is done.

public interface
UrlSanitizer

Sanitizes urls for img and a elements by whitelisting protocols.

Class Summary

Modifier and TypeClass and Description
public class
CoreHtmlNodeRenderer

The node renderer that renders all the core nodes (comes last in the order of node renderers).

public class
DefaultUrlSanitizer

Allows http, https and mailto protocols for url.

public class
HtmlRenderer

Renders a tree of nodes to HTML.

public class