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
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) private voidMarkdownSink.startContext(MarkdownSink.ElementContext newContext)