A B C D E F G H I K L M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
abbrattribute on the last started tag that has not been closed. - accept(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
acceptattribute on the last started tag that has not been closed. - acceptCharset(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
accept-charsetattribute on the last started tag that has not been closed. - accesskey(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
accesskeyattribute 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
actionattribute 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 - com.googlecode.jatl.Indenter.TagIndentSpot
-
Indicates position is after </tag>
- AFTER_START_TAG - com.googlecode.jatl.Indenter.TagIndentSpot
-
Indicates position is after <tag>
- align(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
alignattribute on the last started tag that has not been closed. - alink(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
alinkattribute on the last started tag that has not been closed. - alt(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
altattribute 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
archiveattribute 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
axisattribute 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
backgroundattribute 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 - com.googlecode.jatl.Indenter.TagIndentSpot
-
Indicates position is before </tag>
- BEFORE_START_TAG - com.googlecode.jatl.Indenter.TagIndentSpot
-
Indicates position is before <tag>
- bgcolor(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
bgcolorattribute 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
attributesandtext. - 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
borderattribute 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
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
cellpaddingattribute on the last started tag that has not been closed. - cellspacing(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
cellspacingattribute 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
charattribute on the last started tag that has not been closed. - charoff(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
charoffattribute on the last started tag that has not been closed. - charset(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
charsetattribute 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
checkedattribute 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
citeattribute on the last started tag that has not been closed. - classAttr(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
classattribute on the last started tag that has not been closed. - classid(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
classidattribute on the last started tag that has not been closed. - clear(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
clearattribute 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
codeattribute on the last started tag that has not been closed. - codebase(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
codebaseattribute on the last started tag that has not been closed. - codetype(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
codetypeattribute 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
colorattribute on the last started tag that has not been closed. - cols(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
colsattribute on the last started tag that has not been closed. - colspan(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
colspanattribute 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
compactattribute on the last started tag that has not been closed. - content(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
contentattribute on the last started tag that has not been closed. - coords(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
coordsattribute 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
dataattribute on the last started tag that has not been closed. - datetime(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
datetimeattribute 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
declareattribute on the last started tag that has not been closed. - defer(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
deferattribute 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
dirattribute on the last started tag that has not been closed. - disabled(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
disabledattribute 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
enctypeattribute 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
faceattribute 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
forattribute 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
frameattribute on the last started tag that has not been closed. - frameborder(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
frameborderattribute 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
headersattribute on the last started tag that has not been closed. - height(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
heightattribute 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
hrefattribute on the last started tag that has not been closed. - hreflang(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
hreflangattribute on the last started tag that has not been closed. - hspace(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
hspaceattribute 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
HtmlBuilderby callingwrite(Writer). - HtmlWriter() - Constructor for class com.googlecode.jatl.HtmlWriter
- httpEquiv(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
http-equivattribute 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
idattribute 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
ismapattribute 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
labelattribute on the last started tag that has not been closed. - lang(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
langattribute on the last started tag that has not been closed. - language(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
languageattribute 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
linkattribute on the last started tag that has not been closed. - longdesc(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
longdescattribute 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
marginheightattribute on the last started tag that has not been closed. - marginwidth(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
marginwidthattribute 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
MarkupWriterin 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
maxlengthattribute on the last started tag that has not been closed. - media(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
mediaattribute 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
methodattribute on the last started tag that has not been closed. - multiple(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
multipleattribute 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
nameattribute 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
nohrefattribute on the last started tag that has not been closed. - NORMAL - 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
noshadeattribute on the last started tag that has not been closed. - nowrap(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
nowrapattribute 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
objectattribute 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
onblurattribute on the last started tag that has not been closed. - onchange(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onchangeattribute on the last started tag that has not been closed. - onclick(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onclickattribute on the last started tag that has not been closed. - ondblclick(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
ondblclickattribute on the last started tag that has not been closed. - onfocus(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onfocusattribute on the last started tag that has not been closed. - onkeydown(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onkeydownattribute on the last started tag that has not been closed. - onkeypress(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onkeypressattribute on the last started tag that has not been closed. - onkeyup(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onkeyupattribute on the last started tag that has not been closed. - onload(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onloadattribute on the last started tag that has not been closed. - onmousedown(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onmousedownattribute on the last started tag that has not been closed. - onmousemove(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onmousemoveattribute on the last started tag that has not been closed. - onmouseout(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onmouseoutattribute on the last started tag that has not been closed. - onmouseover(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onmouseoverattribute on the last started tag that has not been closed. - onmouseup(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onmouseupattribute on the last started tag that has not been closed. - onreset(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onresetattribute on the last started tag that has not been closed. - onselect(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onselectattribute on the last started tag that has not been closed. - onsubmit(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onsubmitattribute on the last started tag that has not been closed. - onunload(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
onunloadattribute 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 - 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
profileattribute on the last started tag that has not been closed. - prompt(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
promptattribute 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
readonlyattribute on the last started tag that has not been closed. - rel(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
relattribute on the last started tag that has not been closed. - rev(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
revattribute on the last started tag that has not been closed. - rows(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
rowsattribute on the last started tag that has not been closed. - rowspan(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
rowspanattribute on the last started tag that has not been closed. - rules(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
rulesattribute 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
schemeattribute on the last started tag that has not been closed. - scope(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
scopeattribute 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
scrollingattribute 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
selectedattribute on the last started tag that has not been closed. - SELF - 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
shapeattribute 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
sizeattribute 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
spanattribute on the last started tag that has not been closed. - src(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
srcattribute on the last started tag that has not been closed. - standby(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
standbyattribute 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
startattribute 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
styleattribute 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
summaryattribute 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
tabindexattribute 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
targetattribute 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
textattribute 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
titleattribute 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
typeattribute 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
usemapattribute on the last started tag that has not been closed.
V
- valign(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
valignattribute on the last started tag that has not been closed. - value(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
valueattribute 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
valuetypeattribute 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
vlinkattribute on the last started tag that has not been closed. - vspace(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
vspaceattribute on the last started tag that has not been closed.
W
- width(String) - Method in class com.googlecode.jatl.GeneratedHtmlBuilder
-
Sets the
widthattribute 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
MarkupWriterin 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 All Packages