Uses of Interface
org.apache.maven.doxia.module.markdown.MarkdownSink.TextEscapeFunction
Packages that use MarkdownSink.TextEscapeFunction
-
Uses of MarkdownSink.TextEscapeFunction in org.apache.maven.doxia.module.markdown
Fields in org.apache.maven.doxia.module.markdown declared as MarkdownSink.TextEscapeFunctionModifier and TypeFieldDescription(package private) final MarkdownSink.TextEscapeFunctionMarkdownSink.ElementContext.escapeFunctionThe function to call to escape the given text.Constructors in org.apache.maven.doxia.module.markdown with parameters of type MarkdownSink.TextEscapeFunctionModifierConstructorDescriptionprivateElementContext(MarkdownSink.ElementContext.Type type, boolean allowsMarkupLinebreaks, MarkdownSink.TextEscapeFunction escapeFunction) privateElementContext(MarkdownSink.ElementContext.Type type, boolean allowsMarkupLinebreaks, MarkdownSink.TextEscapeFunction escapeFunction, boolean requiresBuffering) privateElementContext(MarkdownSink.ElementContext.Type type, boolean allowsMarkupLinebreaks, MarkdownSink.TextEscapeFunction escapeFunction, boolean requiresBuffering, String prefix) privateElementContext(MarkdownSink.ElementContext.Type type, boolean allowsMarkupLinebreaks, MarkdownSink.TextEscapeFunction escapeFunction, boolean requiresBuffering, String prefix, boolean requiresSurroundingByBlankLines)