Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- a() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <a> tag.
- abbr() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <abbr> tag.
- abbr(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
abbr
attribute on the last started tag that has not been closed. - accept(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
accept
attribute on the last started tag that has not been closed. - acceptCharset(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
accept-charset
attribute on the last started tag that has not been closed. - accesskey(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
accesskey
attribute on the last started tag that has not been closed. - acronym() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <acronym> tag.
- action(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
action
attribute on the last started tag that has not been closed. - address() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <address> tag.
- AFTER_END_TAG - Enum constant in enum com.googlecode.jatl.Indenter.TagIndentSpot
-
Indicates position is after </tag>
- AFTER_START_TAG - Enum constant in enum com.googlecode.jatl.Indenter.TagIndentSpot
-
Indicates position is after <tag>
- align(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
align
attribute on the last started tag that has not been closed. - alink(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
alink
attribute on the last started tag that has not been closed. - alt(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
alt
attribute on the last started tag that has not been closed. - applet() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <applet> tag.
- archive(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
archive
attribute on the last started tag that has not been closed. - area() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <area> tag.
- attr(String...) - Method in class com.googlecode.jatl.MarkupBuilder
-
Adds attributes to the last
start tag
. - attributes - Variable in class com.googlecode.jatl.MarkupBuilder
- axis(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
axis
attribute on the last started tag that has not been closed.
B
- b() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <b> tag.
- background(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
background
attribute on the last started tag that has not been closed. - base() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <base> tag.
- basefont() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <basefont> tag.
- bdo() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <bdo> tag.
- BEFORE_END_TAG - Enum constant in enum com.googlecode.jatl.Indenter.TagIndentSpot
-
Indicates position is before </tag>
- BEFORE_START_TAG - Enum constant in enum com.googlecode.jatl.Indenter.TagIndentSpot
-
Indicates position is before <tag>
- bgcolor(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
bgcolor
attribute on the last started tag that has not been closed. - big() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <big> tag.
- bind(String, Object) - Method in class com.googlecode.jatl.MarkupBuilder
-
Binds a named variables to be used for expansion in
attributes
andtext
. - bind(Collection<Map.Entry<String, Object>>) - Method in class com.googlecode.jatl.MarkupBuilder
-
Convenience for
MarkupBuilder.bind(String, Object)
- bindings - Variable in class com.googlecode.jatl.MarkupBuilder
- blockquote() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <blockquote> tag.
- body() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <body> tag.
- border(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
border
attribute on the last started tag that has not been closed. - br() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <br> tag.
- build() - Method in class com.googlecode.jatl.HtmlWriter
-
Should build the markup and is called by
HtmlWriter.write(Writer)
. - button() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <button> tag.
C
- caption() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <caption> tag.
- cellpadding(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
cellpadding
attribute on the last started tag that has not been closed. - cellspacing(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
cellspacing
attribute on the last started tag that has not been closed. - center() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <center> tag.
- charAttr(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
char
attribute on the last started tag that has not been closed. - charoff(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
charoff
attribute on the last started tag that has not been closed. - charset(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
charset
attribute on the last started tag that has not been closed. - checkbox() - Method in class com.googlecode.jatl.HtmlBuilder
- checkbox(boolean) - Method in class com.googlecode.jatl.HtmlBuilder
- checked(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
checked
attribute on the last started tag that has not been closed. - checkWriter() - Method in class com.googlecode.jatl.MarkupBuilder
- cite() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <cite> tag.
- cite(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
cite
attribute on the last started tag that has not been closed. - classAttr(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
class
attribute on the last started tag that has not been closed. - classid(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
classid
attribute on the last started tag that has not been closed. - clear(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
clear
attribute on the last started tag that has not been closed. - closePolicy - Variable in class com.googlecode.jatl.MarkupBuilder.Tag
- code() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <code> tag.
- code(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
code
attribute on the last started tag that has not been closed. - codebase(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
codebase
attribute on the last started tag that has not been closed. - codetype(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
codetype
attribute on the last started tag that has not been closed. - col() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <col> tag.
- colgroup() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <colgroup> tag.
- color(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
color
attribute on the last started tag that has not been closed. - cols(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
cols
attribute on the last started tag that has not been closed. - colspan(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
colspan
attribute on the last started tag that has not been closed. - com.googlecode.jatl - package com.googlecode.jatl
-
For quickstart documentation: http://jatl.googlecode.com/ and
MarkupBuilder
. - compact(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
compact
attribute on the last started tag that has not been closed. - content(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
content
attribute on the last started tag that has not been closed. - coords(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
coords
attribute on the last started tag that has not been closed. - createMap() - Method in class com.googlecode.jatl.MarkupBuilder
D
- data(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
data
attribute on the last started tag that has not been closed. - datetime(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
datetime
attribute on the last started tag that has not been closed. - dd() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <dd> tag.
- declare(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
declare
attribute on the last started tag that has not been closed. - defer(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
defer
attribute on the last started tag that has not been closed. - del() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <del> tag.
- depth - Variable in class com.googlecode.jatl.MarkupBuilder
- depth - Variable in class com.googlecode.jatl.MarkupBuilder.Tag
- dfn() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <dfn> tag.
- dir() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <dir> tag.
- dir(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
dir
attribute on the last started tag that has not been closed. - disabled(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
disabled
attribute on the last started tag that has not been closed. - div() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <div> tag.
- dl() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <dl> tag.
- done() - Method in class com.googlecode.jatl.MarkupBuilder
-
Call when completely done with the builder.
- dt() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <dt> tag.
E
- em() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <em> tag.
- empty - Variable in class com.googlecode.jatl.MarkupBuilder.Tag
- enctype(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
enctype
attribute on the last started tag that has not been closed. - end - Variable in class com.googlecode.jatl.MarkupBuilder.Tag
- end() - Method in class com.googlecode.jatl.MarkupBuilder
-
Closes the last
start tag
. - end(int) - Method in class com.googlecode.jatl.MarkupBuilder
-
Closes the inputed number of open tags.
- endAll() - Method in class com.googlecode.jatl.MarkupBuilder
-
Closes all open tags.
- endTagIndent - Variable in class com.googlecode.jatl.SimpleIndenter
- endTagNewLine - Variable in class com.googlecode.jatl.SimpleIndenter
- escapeAttributeEntities(String) - Static method in class com.googlecode.jatl.MarkupUtils
-
This will take the pre-defined entities in XML 1.0 and convert their character representation to the appropriate entity reference, suitable for XML attributes.
- escapeAttributeMarkup(String) - Method in class com.googlecode.jatl.MarkupBuilder
-
The strategy for escaping attribute markup.
- escapeElementEntities(String) - Static method in class com.googlecode.jatl.MarkupUtils
-
This will take the three pre-defined entities in XML 1.0 (used specifically in XML elements) and convert their character representation to the appropriate entity reference, suitable for XML element content.
- escapeElementMarkup(String) - Method in class com.googlecode.jatl.MarkupBuilder
-
The strategy for escaping element markup.
- escapeMarkup(String) - Method in class com.googlecode.jatl.HtmlBuilder
- escapeMarkup(String) - Method in class com.googlecode.jatl.MarkupBuilder
-
Deprecated.
- expand(String) - Method in class com.googlecode.jatl.MarkupBuilder
F
- face(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
face
attribute on the last started tag that has not been closed. - fieldset() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <fieldset> tag.
- font() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <font> tag.
- forAttr(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
for
attribute on the last started tag that has not been closed. - form() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <form> tag.
- frame(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
frame
attribute on the last started tag that has not been closed. - frameborder(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
frameborder
attribute on the last started tag that has not been closed.
G
- GeneratedHtmlBuilder<T> - Class in com.googlecode.jatl
-
Auto-Generated builder from schema: xhtml1-transitional.xsd
- GeneratedHtmlBuilder() - Constructor for class com.googlecode.jatl.GeneratedHtmlBuilder
- GeneratedHtmlBuilder(MarkupBuilder<?>) - Constructor for class com.googlecode.jatl.GeneratedHtmlBuilder
- GeneratedHtmlBuilder(MarkupBuilder<?>, boolean) - Constructor for class com.googlecode.jatl.GeneratedHtmlBuilder
- GeneratedHtmlBuilder(Writer) - Constructor for class com.googlecode.jatl.GeneratedHtmlBuilder
- getAttributes() - Method in class com.googlecode.jatl.MarkupBuilder
- getQualifiedName() - Method in class com.googlecode.jatl.MarkupBuilder.Tag
- getSelf() - Method in class com.googlecode.jatl.Html
-
Needed for fluent style and Java parameterization limitations.
- getSelf() - Method in class com.googlecode.jatl.HtmlWriter
- getSelf() - Method in class com.googlecode.jatl.MarkupBuilder
-
Needed for fluent style and Java parameterization limitations.
H
- h1() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <h1> tag.
- h2() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <h2> tag.
- h3() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <h3> tag.
- h4() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <h4> tag.
- h5() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <h5> tag.
- h6() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <h6> tag.
- head() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <head> tag.
- headers(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
headers
attribute on the last started tag that has not been closed. - height(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
height
attribute on the last started tag that has not been closed. - hr() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <hr> tag.
- href(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
href
attribute on the last started tag that has not been closed. - hreflang(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
hreflang
attribute on the last started tag that has not been closed. - hspace(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
hspace
attribute on the last started tag that has not been closed. - html() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <html> tag.
- Html - Class in com.googlecode.jatl
-
Most of the XHTML tags and attributes are available as methods.
- Html(MarkupBuilder<?>) - Constructor for class com.googlecode.jatl.Html
- Html(MarkupBuilder<?>, boolean) - Constructor for class com.googlecode.jatl.Html
- Html(Writer) - Constructor for class com.googlecode.jatl.Html
- HtmlBuilder<T> - Class in com.googlecode.jatl
-
Most of the XHTML tags and attributes are available as methods.
- HtmlBuilder() - Constructor for class com.googlecode.jatl.HtmlBuilder
- HtmlBuilder(MarkupBuilder<?>) - Constructor for class com.googlecode.jatl.HtmlBuilder
- HtmlBuilder(MarkupBuilder<?>, boolean) - Constructor for class com.googlecode.jatl.HtmlBuilder
- HtmlBuilder(Writer) - Constructor for class com.googlecode.jatl.HtmlBuilder
- HtmlWriter - Class in com.googlecode.jatl
-
Writes HTML using an
HtmlBuilder
by callingHtmlWriter.write(Writer)
. - HtmlWriter() - Constructor for class com.googlecode.jatl.HtmlWriter
- httpEquiv(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
http-equiv
attribute on the last started tag that has not been closed.
I
- i() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <i> tag.
- id(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
id
attribute on the last started tag that has not been closed. - iframe() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <iframe> tag.
- img() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <img> tag.
- indent(Indenter) - Method in class com.googlecode.jatl.MarkupBuilder
-
Sets the indenter.
- indenter - Variable in class com.googlecode.jatl.MarkupBuilder
- Indenter - Interface in com.googlecode.jatl
-
A strategy to indent or in other words pretty print the markup.
- Indenter.TagIndentSpot - Enum in com.googlecode.jatl
-
Indicates the current position (cursor) of where whitespace is to be applied.
- indentOff - Static variable in class com.googlecode.jatl.MarkupBuilder
-
An indenter that turns off indenting.
- indentOn - Static variable in class com.googlecode.jatl.MarkupBuilder
-
A default indenter that uses tabs.
- indentSameLine - Static variable in class com.googlecode.jatl.MarkupBuilder
-
Indents by keeping a tag pair on the same line.
- indentTag(Appendable, int, int, Indenter.TagIndentSpot, String, MarkupBuilder.TagClosingPolicy, boolean) - Method in interface com.googlecode.jatl.Indenter
-
Called by the builder to provide whitespace decoration.
- indentTag(Appendable, int, int, Indenter.TagIndentSpot, String, MarkupBuilder.TagClosingPolicy, boolean) - Method in class com.googlecode.jatl.SimpleIndenter
-
Called by the builder to provide whitespace decoration.
- input() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <input> tag.
- ins() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <ins> tag.
- isAlwaysSelfClosing() - Method in enum com.googlecode.jatl.MarkupBuilder.TagClosingPolicy
- isindex() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <isindex> tag.
- ismap(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
ismap
attribute on the last started tag that has not been closed. - isPairClosing() - Method in enum com.googlecode.jatl.MarkupBuilder.TagClosingPolicy
- isSelfClosing() - Method in class com.googlecode.jatl.MarkupBuilder.Tag
- isSelfClosing() - Method in enum com.googlecode.jatl.MarkupBuilder.TagClosingPolicy
K
- kbd() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <kbd> tag.
L
- label() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <label> tag.
- label(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
label
attribute on the last started tag that has not been closed. - lang(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
lang
attribute on the last started tag that has not been closed. - language(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
language
attribute on the last started tag that has not been closed. - legend() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <legend> tag.
- li() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <li> tag.
- link() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <link> tag.
- link(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
link
attribute on the last started tag that has not been closed. - longdesc(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
longdesc
attribute on the last started tag that has not been closed.
M
- map() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <map> tag.
- marginheight(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
marginheight
attribute on the last started tag that has not been closed. - marginwidth(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
marginwidth
attribute on the last started tag that has not been closed. - MarkupBuilder<T> - Class in com.googlecode.jatl
-
Fluent styled markup builder that writes to a
Writer
. - MarkupBuilder() - Constructor for class com.googlecode.jatl.MarkupBuilder
-
Use for deferred writer.
- MarkupBuilder(MarkupBuilder<?>) - Constructor for class com.googlecode.jatl.MarkupBuilder
-
Create a nested builder from given builder.
- MarkupBuilder(MarkupBuilder<?>, boolean) - Constructor for class com.googlecode.jatl.MarkupBuilder
-
Create a nested builder from a builder or resume from a builder.
- MarkupBuilder(Writer) - Constructor for class com.googlecode.jatl.MarkupBuilder
-
Create a builder using the given writer.
- MarkupBuilder.Tag - Class in com.googlecode.jatl
- MarkupBuilder.TagClosingPolicy - Enum in com.googlecode.jatl
-
Policy for how tags should be closed.
- MarkupBuilderWriter - Interface in com.googlecode.jatl
-
The methods in this class will be merged with
MarkupWriter
in 0.3.0. - MarkupUtils - Class in com.googlecode.jatl
-
XML Utils.
- MarkupUtils() - Constructor for class com.googlecode.jatl.MarkupUtils
- MarkupWriter - Interface in com.googlecode.jatl
-
Wrap builders for deferred writing.
- maxlength(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
maxlength
attribute on the last started tag that has not been closed. - media(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
media
attribute on the last started tag that has not been closed. - menu() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <menu> tag.
- meta() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <meta> tag.
- method(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
method
attribute on the last started tag that has not been closed. - multiple(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
multiple
attribute on the last started tag that has not been closed.
N
- name - Variable in class com.googlecode.jatl.MarkupBuilder.Tag
- name(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
name
attribute on the last started tag that has not been closed. - namespacePrefix - Variable in class com.googlecode.jatl.MarkupBuilder
- noframes() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <noframes> tag.
- nohref(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
nohref
attribute on the last started tag that has not been closed. - NORMAL - Enum constant in enum com.googlecode.jatl.MarkupBuilder.TagClosingPolicy
-
The tag can either be closed with a matching closing tag or self closing.
- noscript() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <noscript> tag.
- noshade(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
noshade
attribute on the last started tag that has not been closed. - nowrap(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
nowrap
attribute on the last started tag that has not been closed. - ns() - Method in class com.googlecode.jatl.MarkupBuilder
-
Restores the current namespace prefix to whatever the surrounding tags prefix is.
- ns(String) - Method in class com.googlecode.jatl.MarkupBuilder
-
Sets the current namespace prefix.
O
- object() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <object> tag.
- object(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
object
attribute on the last started tag that has not been closed. - ol() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <ol> tag.
- onblur(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onblur
attribute on the last started tag that has not been closed. - onchange(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onchange
attribute on the last started tag that has not been closed. - onclick(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onclick
attribute on the last started tag that has not been closed. - ondblclick(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
ondblclick
attribute on the last started tag that has not been closed. - onfocus(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onfocus
attribute on the last started tag that has not been closed. - onkeydown(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onkeydown
attribute on the last started tag that has not been closed. - onkeypress(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onkeypress
attribute on the last started tag that has not been closed. - onkeyup(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onkeyup
attribute on the last started tag that has not been closed. - onload(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onload
attribute on the last started tag that has not been closed. - onmousedown(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onmousedown
attribute on the last started tag that has not been closed. - onmousemove(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onmousemove
attribute on the last started tag that has not been closed. - onmouseout(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onmouseout
attribute on the last started tag that has not been closed. - onmouseover(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onmouseover
attribute on the last started tag that has not been closed. - onmouseup(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onmouseup
attribute on the last started tag that has not been closed. - onreset(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onreset
attribute on the last started tag that has not been closed. - onselect(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onselect
attribute on the last started tag that has not been closed. - onsubmit(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onsubmit
attribute on the last started tag that has not been closed. - onunload(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onunload
attribute on the last started tag that has not been closed. - optgroup() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <optgroup> tag.
- option() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <option> tag.
- option(String, String, boolean) - Method in class com.googlecode.jatl.HtmlBuilder
P
- p() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <p> tag.
- PAIR - Enum constant in enum com.googlecode.jatl.MarkupBuilder.TagClosingPolicy
-
The tag is always closed with a matching closing tag regardless if there is no child tag or text.
- param() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <param> tag.
- pre() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <pre> tag.
- prefix - Variable in class com.googlecode.jatl.MarkupBuilder.Tag
- previousBuilder - Variable in class com.googlecode.jatl.MarkupBuilder
- previousIndenter - Variable in class com.googlecode.jatl.MarkupBuilder
- profile(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
profile
attribute on the last started tag that has not been closed. - prompt(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
prompt
attribute on the last started tag that has not been closed.
Q
- q - Static variable in class com.googlecode.jatl.MarkupBuilder
- q() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <q> tag.
- q(String) - Method in class com.googlecode.jatl.MarkupBuilder
R
- raw(String) - Method in class com.googlecode.jatl.MarkupBuilder
-
Write text with out escaping or variable expansion.
- raw(String, boolean) - Method in class com.googlecode.jatl.MarkupBuilder
-
Writes text with out escaping.
- readonly(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
readonly
attribute on the last started tag that has not been closed. - rel(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
rel
attribute on the last started tag that has not been closed. - rev(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
rev
attribute on the last started tag that has not been closed. - rows(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
rows
attribute on the last started tag that has not been closed. - rowspan(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
rowspan
attribute on the last started tag that has not been closed. - rules(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
rules
attribute on the last started tag that has not been closed.
S
- s() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <s> tag.
- samp() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <samp> tag.
- scheme(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
scheme
attribute on the last started tag that has not been closed. - scope(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
scope
attribute on the last started tag that has not been closed. - script() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <script> tag.
- scrolling(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
scrolling
attribute on the last started tag that has not been closed. - select() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <select> tag.
- selected(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
selected
attribute on the last started tag that has not been closed. - SELF - Enum constant in enum com.googlecode.jatl.MarkupBuilder.TagClosingPolicy
-
The tag is always a self closing tag.
- setDepth(int) - Method in class com.googlecode.jatl.MarkupBuilder
-
Sets the indent depth after the builder has been created.
- setWriter(Writer) - Method in class com.googlecode.jatl.MarkupBuilder
-
Sets the writer after the builder has been created.
- shape(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
shape
attribute on the last started tag that has not been closed. - SimpleIndenter - Class in com.googlecode.jatl
-
A simple indenter that takes a String for before and after on the opening and closing tag.
- SimpleIndenter(String, String, String, String) - Constructor for class com.googlecode.jatl.SimpleIndenter
-
EXPERIMENTAL MAY CHANGE
- size(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
size
attribute on the last started tag that has not been closed. - small() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <small> tag.
- span() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <span> tag.
- span(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
span
attribute on the last started tag that has not been closed. - src(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
src
attribute on the last started tag that has not been closed. - standby(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
standby
attribute on the last started tag that has not been closed. - start - Variable in class com.googlecode.jatl.MarkupBuilder.Tag
- start(String) - Method in class com.googlecode.jatl.MarkupBuilder
-
Starts a tag using the default closing policy
MarkupBuilder.TagClosingPolicy.NORMAL
. - start(String, MarkupBuilder.TagClosingPolicy) - Method in class com.googlecode.jatl.MarkupBuilder
-
Starts a tag but does not immediately write it till the next tag is started.
- startAttr(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
start
attribute on the last started tag that has not been closed. - startTagIndent - Variable in class com.googlecode.jatl.SimpleIndenter
- startTagNewLine - Variable in class com.googlecode.jatl.SimpleIndenter
- strike() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <strike> tag.
- strong() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <strong> tag.
- style() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <style> tag.
- style(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
style
attribute on the last started tag that has not been closed. - sub() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <sub> tag.
- summary(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
summary
attribute on the last started tag that has not been closed. - sup() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <sup> tag.
T
- tabindex(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
tabindex
attribute on the last started tag that has not been closed. - table() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <table> tag.
- Tag(String) - Constructor for class com.googlecode.jatl.MarkupBuilder.Tag
- TagClosingPolicy() - Constructor for enum com.googlecode.jatl.MarkupBuilder.TagClosingPolicy
- TagIndentSpot() - Constructor for enum com.googlecode.jatl.Indenter.TagIndentSpot
- tagStack - Variable in class com.googlecode.jatl.MarkupBuilder
- target(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
target
attribute on the last started tag that has not been closed. - tbody() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <tbody> tag.
- td() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <td> tag.
- text(String) - Method in class com.googlecode.jatl.MarkupBuilder
-
Writes variable expanded escaped text inside a tag.
- textarea() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <textarea> tag.
- textAttr(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
text
attribute on the last started tag that has not been closed. - tfoot() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <tfoot> tag.
- th() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <th> tag.
- thead() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <thead> tag.
- title() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <title> tag.
- title(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
title
attribute on the last started tag that has not been closed. - tr() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <tr> tag.
- tt() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <tt> tag.
- type(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
type
attribute on the last started tag that has not been closed.
U
- u() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <u> tag.
- ul() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <ul> tag.
- unbind(String) - Method in class com.googlecode.jatl.MarkupBuilder
-
Removes a binding.
- usemap(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
usemap
attribute on the last started tag that has not been closed.
V
- valign(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
valign
attribute on the last started tag that has not been closed. - value(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
value
attribute on the last started tag that has not been closed. - valueOf(String) - Static method in enum com.googlecode.jatl.Indenter.TagIndentSpot
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.jatl.MarkupBuilder.TagClosingPolicy
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.googlecode.jatl.Indenter.TagIndentSpot
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.googlecode.jatl.MarkupBuilder.TagClosingPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- valuetype(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
valuetype
attribute on the last started tag that has not been closed. - var() - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Starts the <var> tag.
- vlink(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
vlink
attribute on the last started tag that has not been closed. - vspace(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
vspace
attribute on the last started tag that has not been closed.
W
- width(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
width
attribute on the last started tag that has not been closed. - write(MarkupWriter...) - Method in class com.googlecode.jatl.MarkupBuilder
-
Writes immediately by passing the writer to each
MarkupWriter
in the order passed in. - write(String) - Method in class com.googlecode.jatl.MarkupBuilder
- write(W) - Method in class com.googlecode.jatl.HtmlWriter
- write(W) - Method in interface com.googlecode.jatl.MarkupWriter
-
Writes using the given writer.
- write(W, int) - Method in class com.googlecode.jatl.HtmlWriter
- write(W, int) - Method in interface com.googlecode.jatl.MarkupBuilderWriter
-
Writes using the given writer at the given depth.
- writeAttr(String, String) - Method in class com.googlecode.jatl.MarkupBuilder
- writeAttributes(Map<String, String>) - Method in class com.googlecode.jatl.MarkupBuilder
- writeCurrentTag() - Method in class com.googlecode.jatl.MarkupBuilder
- writeEndTag(MarkupBuilder.Tag) - Method in class com.googlecode.jatl.MarkupBuilder
- writeIndent(MarkupBuilder.Tag, Indenter.TagIndentSpot) - Method in class com.googlecode.jatl.MarkupBuilder
- writer - Variable in class com.googlecode.jatl.MarkupBuilder
- writeStartTag(MarkupBuilder.Tag) - Method in class com.googlecode.jatl.MarkupBuilder
- writeTag(String, boolean) - Method in class com.googlecode.jatl.MarkupBuilder
X
- xmlns(String) - Method in class com.googlecode.jatl.MarkupBuilder
-
Sets the default namespace on the last started tag.
- xmlns(String, String) - Method in class com.googlecode.jatl.MarkupBuilder
-
Sets an XML namespace.
All Classes and Interfaces|All Packages|Constant Field Values
MarkupBuilder.escapeElementMarkup(String)
andMarkupBuilder.escapeAttributeMarkup(String)