Uses of Enum
org.apache.maven.doxia.sink.impl.Xhtml5BaseSink.VerbatimMode
Packages that use Xhtml5BaseSink.VerbatimMode
-
Uses of Xhtml5BaseSink.VerbatimMode in org.apache.maven.doxia.sink.impl
Fields in org.apache.maven.doxia.sink.impl declared as Xhtml5BaseSink.VerbatimModeModifier and TypeFieldDescriptionprivate Xhtml5BaseSink.VerbatimMode
Xhtml5BaseSink.verbatimMode
An indication on if we're in verbatim mode and if so, surrounded by which tags.Methods in org.apache.maven.doxia.sink.impl that return Xhtml5BaseSink.VerbatimModeModifier and TypeMethodDescriptionprotected Xhtml5BaseSink.VerbatimMode
Xhtml5BaseSink.getVerbatimMode()
static Xhtml5BaseSink.VerbatimMode
Returns the enum constant of this type with the specified name.static Xhtml5BaseSink.VerbatimMode[]
Xhtml5BaseSink.VerbatimMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.maven.doxia.sink.impl with parameters of type Xhtml5BaseSink.VerbatimModeModifier and TypeMethodDescriptionprotected void
Xhtml5BaseSink.setVerbatimMode
(Xhtml5BaseSink.VerbatimMode mode) Setter for the fieldverbatimMode
.