Uses of Class
org.apache.maven.doxia.module.markdown.MarkdownSink.ElementContext
-
Packages that use MarkdownSink.ElementContext Package Description org.apache.maven.doxia.module.markdown -
-
Uses of MarkdownSink.ElementContext in org.apache.maven.doxia.module.markdown
Fields in org.apache.maven.doxia.module.markdown with type parameters of type MarkdownSink.ElementContext Modifier and Type Field Description protected java.util.Queue<MarkdownSink.ElementContext>MarkdownSink. elementContextStackThe context of the surrounding elements as stack (LIFO)Methods in org.apache.maven.doxia.module.markdown that return MarkdownSink.ElementContext Modifier and Type Method Description static MarkdownSink.ElementContextMarkdownSink.ElementContext. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MarkdownSink.ElementContext[]MarkdownSink.ElementContext. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.maven.doxia.module.markdown with parameters of type MarkdownSink.ElementContext Modifier and Type Method Description private voidMarkdownSink. endContext(MarkdownSink.ElementContext expectedContext)private voidMarkdownSink. startContext(MarkdownSink.ElementContext newContext)
-