Uses of Class
org.apache.maven.doxia.module.markdown.MarkdownSink.ElementContext.Type
-
Packages that use MarkdownSink.ElementContext.Type Package Description org.apache.maven.doxia.module.markdown -
-
Uses of MarkdownSink.ElementContext.Type in org.apache.maven.doxia.module.markdown
Fields in org.apache.maven.doxia.module.markdown declared as MarkdownSink.ElementContext.Type Modifier and Type Field Description (package private) MarkdownSink.ElementContext.TypeMarkdownSink.ElementContext. typetrueif block element, otherwisefalsefor inline elementsMethods in org.apache.maven.doxia.module.markdown that return MarkdownSink.ElementContext.Type Modifier and Type Method Description static MarkdownSink.ElementContext.TypeMarkdownSink.ElementContext.Type. valueOf(java.lang.String name)Returns 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.Type Constructor Description ElementContext(java.lang.String name, MarkdownSink.ElementContext.Type type, java.util.function.UnaryOperator<java.lang.String> escapeFunction)ElementContext(java.lang.String name, MarkdownSink.ElementContext.Type type, java.util.function.UnaryOperator<java.lang.String> escapeFunction, boolean requiresBuffering)ElementContext(java.lang.String name, MarkdownSink.ElementContext.Type type, java.util.function.UnaryOperator<java.lang.String> escapeFunction, boolean requiresBuffering, java.lang.String prefix)ElementContext(java.lang.String name, MarkdownSink.ElementContext.Type type, java.util.function.UnaryOperator<java.lang.String> escapeFunction, boolean requiresBuffering, java.lang.String prefix, boolean requiresSurroundingByBlankLines)
-