Uses of Interface
com.googlecode.jatl.Indenter
-
-
Uses of Indenter in com.googlecode.jatl
Classes in com.googlecode.jatl that implement Indenter Modifier and Type Class Description class
SimpleIndenter
A simple indenter that takes a String for before and after on the opening and closing tag.Fields in com.googlecode.jatl declared as Indenter Modifier and Type Field Description protected static Indenter
MarkupBuilder. indentOff
An indenter that turns off indenting.protected static Indenter
MarkupBuilder. indentOn
A default indenter that uses tabs.protected static Indenter
MarkupBuilder. indentSameLine
Indents by keeping a tag pair on the same line.Methods in com.googlecode.jatl with parameters of type Indenter Modifier and Type Method Description T
MarkupBuilder. indent(Indenter indenter)
Sets the indenter.
-