Uses of Enum
com.googlecode.jatl.MarkupBuilder.TagClosingPolicy
-
Uses of MarkupBuilder.TagClosingPolicy in com.googlecode.jatl
Fields in com.googlecode.jatl declared as MarkupBuilder.TagClosingPolicyMethods in com.googlecode.jatl that return MarkupBuilder.TagClosingPolicyModifier and TypeMethodDescriptionReturns 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.TagClosingPolicyModifier and TypeMethodDescriptionvoidIndenter.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.voidSimpleIndenter.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.final TMarkupBuilder.start(String tag, MarkupBuilder.TagClosingPolicy policy) Starts a tag but does not immediately write it till the next tag is started.