Uses of Interface
com.vladsch.flexmark.util.format.NodeContext
-
Packages that use NodeContext Package Description com.vladsch.flexmark.formatter com.vladsch.flexmark.html2md.converter com.vladsch.flexmark.util.format -
-
Uses of NodeContext in com.vladsch.flexmark.formatter
Subinterfaces of NodeContext in com.vladsch.flexmark.formatter Modifier and Type Interface Description interface
NodeFormatterContext
The context for node rendering, including configuration and functionality for the node renderer to use.Classes in com.vladsch.flexmark.formatter that implement NodeContext Modifier and Type Class Description private class
Formatter.MainNodeFormatter
private class
Formatter.MainNodeFormatter.SubNodeFormatter
class
NodeFormatterSubContext
-
Uses of NodeContext in com.vladsch.flexmark.html2md.converter
Subinterfaces of NodeContext in com.vladsch.flexmark.html2md.converter Modifier and Type Interface Description interface
HtmlNodeConverterContext
The context for node rendering, including configuration and functionality for the node renderer to use.Classes in com.vladsch.flexmark.html2md.converter that implement NodeContext Modifier and Type Class Description private class
FlexmarkHtmlConverter.MainHtmlConverter
private class
FlexmarkHtmlConverter.MainHtmlConverter.SubHtmlNodeConverter
class
HtmlNodeConverterSubContext
-
Uses of NodeContext in com.vladsch.flexmark.util.format
Classes in com.vladsch.flexmark.util.format with type parameters of type NodeContext Modifier and Type Class Description class
MarkdownWriterBase<T extends MarkdownWriterBase<T,N,C>,N,C extends NodeContext<N,C>>
interface
NodeContext<N,C extends NodeContext<N,C>>
Fields in com.vladsch.flexmark.util.format declared as NodeContext Modifier and Type Field Description protected C
MarkdownWriterBase. context
-