Modifier and Type | Method and Description |
---|---|
static Indenter.TagIndentSpot |
Indenter.TagIndentSpot.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Indenter.TagIndentSpot[] |
Indenter.TagIndentSpot.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Indenter.indentTag(Appendable a,
int innerDepth,
int outerDepth,
Indenter.TagIndentSpot spot,
String tag,
MarkupBuilder.TagClosingPolicy p,
boolean empty)
Called by the builder to provide whitespace decoration.
|
void |
SimpleIndenter.indentTag(Appendable a,
int innerDepth,
int outerDepth,
Indenter.TagIndentSpot spot,
String tag,
MarkupBuilder.TagClosingPolicy p,
boolean empty)
Called by the builder to provide whitespace decoration.
|
Copyright © 2010–2016 JATL. All rights reserved.