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
Methods in org.apache.maven.doxia.sink.impl that return Xhtml5BaseSink.VerbatimModeModifier and TypeMethodDescriptionprotected Xhtml5BaseSink.VerbatimModeXhtml5BaseSink.getVerbatimMode()static Xhtml5BaseSink.VerbatimModeReturns 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 voidXhtml5BaseSink.setVerbatimMode(Xhtml5BaseSink.VerbatimMode mode) Setter for the fieldverbatimMode.