Uses of Interface
com.googlecode.jatl.Indenter
-
Uses of Indenter in com.googlecode.jatl
Classes in com.googlecode.jatl that implement IndenterModifier and TypeClassDescriptionclass
A simple indenter that takes a String for before and after on the opening and closing tag.Fields in com.googlecode.jatl declared as IndenterModifier and TypeFieldDescriptionprivate Indenter
MarkupBuilder.indenter
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.private Indenter
MarkupBuilder.previousIndenter
Methods in com.googlecode.jatl with parameters of type Indenter