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
Subclasses with type arguments of type MarkdownSink.ElementContext.Type in org.apache.maven.doxia.module.markdownFields in org.apache.maven.doxia.module.markdown declared as MarkdownSink.ElementContext.TypeModifier and TypeFieldDescription(package private) final MarkdownSink.ElementContext.TypeMarkdownSink.ElementContext.typetrueif block element, otherwisefalsefor 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.TypeModifierConstructorDescriptionprivateElementContext(String name, MarkdownSink.ElementContext.Type type, UnaryOperator<String> escapeFunction) privateElementContext(String name, MarkdownSink.ElementContext.Type type, UnaryOperator<String> escapeFunction, boolean requiresBuffering) privateElementContext(String name, MarkdownSink.ElementContext.Type type, UnaryOperator<String> escapeFunction, boolean requiresBuffering, String prefix) privateElementContext(String name, MarkdownSink.ElementContext.Type type, UnaryOperator<String> escapeFunction, boolean requiresBuffering, String prefix, boolean requiresSurroundingByBlankLines)