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.elementContextStack
The context of the surrounding elements as stack (LIFO)Methods in org.apache.maven.doxia.module.markdown that return MarkdownSink.ElementContextModifier and TypeMethodDescriptionstatic MarkdownSink.ElementContext
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.ElementContextModifier and TypeMethodDescriptionprivate void
MarkdownSink.endContext
(MarkdownSink.ElementContext expectedContext) private void
MarkdownSink.startContext
(MarkdownSink.ElementContext newContext)