Uses of Class
com.googlecode.jatl.MarkupBuilder
-
Uses of MarkupBuilder in com.googlecode.jatl
Subclasses of MarkupBuilder in com.googlecode.jatlModifier and TypeClassDescription(package private) class
Auto-Generated builder from schema: xhtml1-transitional.xsdclass
Most of the XHTML tags and attributes are available as methods.class
HtmlBuilder<T>
Most of the XHTML tags and attributes are available as methods.class
Writes HTML using anHtmlBuilder
by callingHtmlWriter.write(Writer)
.Fields in com.googlecode.jatl declared as MarkupBuilderConstructors in com.googlecode.jatl with parameters of type MarkupBuilderModifierConstructorDescriptionGeneratedHtmlBuilder
(MarkupBuilder<?> builder) GeneratedHtmlBuilder
(MarkupBuilder<?> builder, boolean nested) Html
(MarkupBuilder<?> builder) Html
(MarkupBuilder<?> builder, boolean nested) HtmlBuilder
(MarkupBuilder<?> builder) HtmlBuilder
(MarkupBuilder<?> builder, boolean nested) MarkupBuilder
(MarkupBuilder<?> builder) Create a nested builder from given builder.MarkupBuilder
(MarkupBuilder<?> builder, boolean nested) Create a nested builder from a builder or resume from a builder.