Uses of Enum
org.apache.maven.doxia.module.markdown.MarkdownSink.ElementContext
Packages that use MarkdownSink.ElementContext
-
Uses of MarkdownSink.ElementContext in org.apache.maven.doxia.module.markdown
Subclasses with type arguments of type MarkdownSink.ElementContext in org.apache.maven.doxia.module.markdownModifier and TypeClassDescription(package private) static enumMost important contextual metadata (of elements).Fields in org.apache.maven.doxia.module.markdown with type parameters of type MarkdownSink.ElementContextModifier and TypeFieldDescriptionprotected Queue<MarkdownSink.ElementContext> MarkdownSink.elementContextStackThe context of the surrounding elements as stack (LIFO)Methods in org.apache.maven.doxia.module.markdown that return MarkdownSink.ElementContextModifier and TypeMethodDescriptionstatic MarkdownSink.ElementContextReturns 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.ElementContextModifier and TypeMethodDescriptionprivate voidMarkdownSink.endContext(MarkdownSink.ElementContext expectedContext) MarkdownSink.TextEscapeFunction.escape(MarkdownSink.ElementContext context, LastTwoLinesAwareWriter writer, String text) private voidMarkdownSink.startContext(MarkdownSink.ElementContext newContext)