Uses of Enum
org.apache.maven.doxia.module.markdown.MarkdownSink.ElementContext.Type
Packages that use MarkdownSink.ElementContext.Type
-
Uses of MarkdownSink.ElementContext.Type in org.apache.maven.doxia.module.markdown
Fields in org.apache.maven.doxia.module.markdown declared as MarkdownSink.ElementContext.TypeModifier and TypeFieldDescription(package private) final MarkdownSink.ElementContext.Type
MarkdownSink.ElementContext.type
true
if block element, otherwisefalse
for inline elementsMethods in org.apache.maven.doxia.module.markdown that return MarkdownSink.ElementContext.TypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static MarkdownSink.ElementContext.Type[]
MarkdownSink.ElementContext.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.maven.doxia.module.markdown with parameters of type MarkdownSink.ElementContext.TypeModifierConstructorDescriptionprivate
ElementContext
(String name, MarkdownSink.ElementContext.Type type, UnaryOperator<String> escapeFunction) private
ElementContext
(String name, MarkdownSink.ElementContext.Type type, UnaryOperator<String> escapeFunction, boolean requiresBuffering) private
ElementContext
(String name, MarkdownSink.ElementContext.Type type, UnaryOperator<String> escapeFunction, boolean requiresBuffering, String prefix) private
ElementContext
(String name, MarkdownSink.ElementContext.Type type, UnaryOperator<String> escapeFunction, boolean requiresBuffering, String prefix, boolean requiresSurroundingByBlankLines)