Uses of Class
org.apache.maven.doxia.sink.impl.Xhtml5BaseSink.VerbatimMode
-
Packages that use Xhtml5BaseSink.VerbatimMode Package Description org.apache.maven.doxia.sink.impl -
-
Uses of Xhtml5BaseSink.VerbatimMode in org.apache.maven.doxia.sink.impl
Methods in org.apache.maven.doxia.sink.impl that return Xhtml5BaseSink.VerbatimMode Modifier and Type Method Description protected Xhtml5BaseSink.VerbatimMode
Xhtml5BaseSink. getVerbatimMode()
static Xhtml5BaseSink.VerbatimMode
Xhtml5BaseSink.VerbatimMode. valueOf(java.lang.String name)
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.VerbatimMode Modifier and Type Method Description protected void
Xhtml5BaseSink. setVerbatimMode(Xhtml5BaseSink.VerbatimMode mode)
Setter for the fieldverbatimMode
.
-