Uses of Class
com.googlecode.jatl.MarkupBuilder.TagClosingPolicy
-
-
Uses of MarkupBuilder.TagClosingPolicy in com.googlecode.jatl
Fields in com.googlecode.jatl declared as MarkupBuilder.TagClosingPolicy Modifier and Type Field Description MarkupBuilder.TagClosingPolicy
MarkupBuilder.Tag. closePolicy
Methods in com.googlecode.jatl that return MarkupBuilder.TagClosingPolicy Modifier and Type Method Description static MarkupBuilder.TagClosingPolicy
MarkupBuilder.TagClosingPolicy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MarkupBuilder.TagClosingPolicy[]
MarkupBuilder.TagClosingPolicy. 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 MarkupBuilder.TagClosingPolicy 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.T
MarkupBuilder. start(java.lang.String tag, MarkupBuilder.TagClosingPolicy policy)
Starts a tag but does not immediately write it till the next tag is started.
-