Modifier and Type | Class and Description |
---|---|
class |
SimpleIndenter
A simple indenter that takes a String for
before and after on the opening and closing tag.
|
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
T |
MarkupBuilder.indent(Indenter indenter)
Sets the indenter.
|
Copyright © 2010–2024 JATL. All rights reserved.