Uses of Class
com.googlecode.jatl.Indenter.TagIndentSpot
-
-
Uses of Indenter.TagIndentSpot in com.googlecode.jatl
Methods in com.googlecode.jatl that return Indenter.TagIndentSpot Modifier and Type Method Description static Indenter.TagIndentSpot
Indenter.TagIndentSpot. valueOf(java.lang.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.Methods in com.googlecode.jatl with parameters of type Indenter.TagIndentSpot Modifier and Type Method Description void
Indenter. indentTag(java.lang.Appendable a, int innerDepth, int outerDepth, Indenter.TagIndentSpot spot, java.lang.String tag, MarkupBuilder.TagClosingPolicy p, boolean empty)
Called by the builder to provide whitespace decoration.void
SimpleIndenter. indentTag(java.lang.Appendable a, int innerDepth, int outerDepth, Indenter.TagIndentSpot spot, java.lang.String tag, MarkupBuilder.TagClosingPolicy p, boolean empty)
Called by the builder to provide whitespace decoration.private void
MarkupBuilder. writeIndent(MarkupBuilder.Tag t, Indenter.TagIndentSpot spot)
-