public class HtmlCanvas extends Object
| Modifier and Type | Field and Description |
|---|---|
static HtmlEscapeHandler |
HTML_ESCAPE_HANDLER
The handler that can escape characters of a String for proper HTML writing.
|
static int |
INITIAL_STACK_CAPACITY
Configurable parameter to nested element.
|
static boolean |
NO_ESCAPE
Intention revealing constant to emphasize that escaping for a text item is not needed
|
protected ArrayList<String> |
openTagStack
Collection of written open elements to be closed.
|
protected Writer |
out
The writer that will collect all HTML code.
|
| Constructor and Description |
|---|
HtmlCanvas()
Create a HtmlCanvas that writes its output on a StringWriter.
|
HtmlCanvas(Writer output)
Create a new HtmlCanvas that writes its output on Writer.
|
| Modifier and Type | Method and Description |
|---|---|
HtmlCanvas |
_a()
Closes the a tag.
|
HtmlCanvas |
_abbr()
Closes the abbr tag.
|
HtmlCanvas |
_acronym()
Closes the acronym tag.
|
HtmlCanvas |
_address()
Closes the address tag.
|
HtmlCanvas |
_applet()
Closes the applet tag.
|
HtmlCanvas |
_article()
Closes the article tag.
|
HtmlCanvas |
_aside()
Closes the aside tag.
|
HtmlCanvas |
_audio()
Closes the audio tag.
|
HtmlCanvas |
_b()
Closes the b tag.
|
HtmlCanvas |
_bdo()
Closes the bdo tag.
|
HtmlCanvas |
_big()
Closes the big tag.
|
HtmlCanvas |
_blockquote()
Closes the blockquote tag.
|
HtmlCanvas |
_body()
Closes the body tag.
|
HtmlCanvas |
_button()
Closes the button tag.
|
HtmlCanvas |
_canvas()
Closes the canvas tag.
|
HtmlCanvas |
_caption()
Closes the caption tag.
|
HtmlCanvas |
_cdata()
Write the closing of a CDATA section (not really a HTML element).
|
HtmlCanvas |
_cite()
Closes the cite tag.
|
HtmlCanvas |
_code()
Closes the code tag.
|
HtmlCanvas |
_colgroup()
Closes the colgroup tag.
|
HtmlCanvas |
_command()
Closes the command tag.
|
HtmlCanvas |
_datalist()
Closes the datalist tag.
|
HtmlCanvas |
_dd()
Closes the dd tag.
|
HtmlCanvas |
_del()
Closes the del tag.
|
HtmlCanvas |
_details()
Closes the details tag.
|
HtmlCanvas |
_dfn()
Closes the dfn tag.
|
HtmlCanvas |
_dir()
Closes the dir tag.
|
HtmlCanvas |
_div()
Closes the div tag.
|
HtmlCanvas |
_dl()
Closes the dl tag.
|
HtmlCanvas |
_dt()
Closes the dt tag.
|
HtmlCanvas |
_em()
Closes the em tag.
|
HtmlCanvas |
_embed()
Closes the embed tag.
|
HtmlCanvas |
_fieldset()
Closes the fieldset tag.
|
HtmlCanvas |
_figcaption()
Closes the figcaption tag.
|
HtmlCanvas |
_figure()
Closes the figure tag.
|
HtmlCanvas |
_font()
Closes the font tag.
|
HtmlCanvas |
_footer()
Closes the footer tag.
|
HtmlCanvas |
_form()
Closes the form tag.
|
HtmlCanvas |
_frameset()
Closes the frameset tag.
|
HtmlCanvas |
_h1()
Closes the h1 tag.
|
HtmlCanvas |
_h2()
Closes the h2 tag.
|
HtmlCanvas |
_h3()
Closes the h3 tag.
|
HtmlCanvas |
_h4()
Closes the h4 tag.
|
HtmlCanvas |
_h5()
Closes the h5 tag.
|
HtmlCanvas |
_h6()
Closes the h6 tag.
|
HtmlCanvas |
_head()
Closes the head tag.
|
HtmlCanvas |
_header()
Closes the header tag.
|
HtmlCanvas |
_hgroup()
Closes the hgroup tag.
|
HtmlCanvas |
_html()
Closes the html tag.
|
HtmlCanvas |
_i()
Closes the i tag.
|
HtmlCanvas |
_if() |
HtmlCanvas |
_iframe()
Closes the iframe tag.
|
HtmlCanvas |
_ins()
Closes the ins tag.
|
HtmlCanvas |
_kbd()
Closes the kbd tag.
|
HtmlCanvas |
_keygen()
Closes the keygen tag.
|
HtmlCanvas |
_label()
Closes the label tag.
|
HtmlCanvas |
_legend()
Closes the legend tag.
|
HtmlCanvas |
_li()
Closes the li tag.
|
HtmlCanvas |
_main()
Closes the main tag.
|
HtmlCanvas |
_map()
Closes the map tag.
|
HtmlCanvas |
_mark()
Closes the mark tag.
|
HtmlCanvas |
_menu()
Closes the menu tag.
|
HtmlCanvas |
_meter()
Closes the meter tag.
|
HtmlCanvas |
_nav()
Closes the nav tag.
|
HtmlCanvas |
_noframes()
Closes the noframes tag.
|
HtmlCanvas |
_noscript()
Closes the noscript tag.
|
HtmlCanvas |
_object()
Closes the object tag.
|
HtmlCanvas |
_ol()
Closes the ol tag.
|
HtmlCanvas |
_optgroup()
Closes the optgroup tag.
|
HtmlCanvas |
_option()
Closes the option tag.
|
HtmlCanvas |
_output()
Closes the output tag.
|
HtmlCanvas |
_p()
Closes the p tag.
|
HtmlCanvas |
_pre()
Closes the pre tag.
|
HtmlCanvas |
_progress()
Closes the progress tag.
|
HtmlCanvas |
_q()
Closes the q tag.
|
HtmlCanvas |
_rp()
Closes the rp tag.
|
HtmlCanvas |
_rt()
Closes the rt tag.
|
HtmlCanvas |
_ruby()
Closes the ruby tag.
|
HtmlCanvas |
_s()
Closes the s tag.
|
HtmlCanvas |
_samp()
Closes the samp tag.
|
HtmlCanvas |
_script()
Closes the script tag.
|
HtmlCanvas |
_section()
Closes the section tag.
|
HtmlCanvas |
_select()
Closes the select tag.
|
HtmlCanvas |
_small()
Closes the small tag.
|
HtmlCanvas |
_source()
Closes the source tag.
|
HtmlCanvas |
_span()
Closes the span tag.
|
HtmlCanvas |
_strike()
Closes the strike tag.
|
HtmlCanvas |
_strong()
Closes the strong tag.
|
HtmlCanvas |
_style()
Closes the style tag.
|
HtmlCanvas |
_sub()
Closes the sub tag.
|
HtmlCanvas |
_summary()
Closes the summary tag.
|
HtmlCanvas |
_sup()
Closes the sup tag.
|
HtmlCanvas |
_table()
Closes the table tag.
|
HtmlCanvas |
_tbody()
Closes the tbody tag.
|
HtmlCanvas |
_td()
Closes the td tag.
|
HtmlCanvas |
_textarea()
Closes the textarea tag.
|
HtmlCanvas |
_tfoot()
Closes the tfoot tag.
|
HtmlCanvas |
_th()
Closes the th tag.
|
HtmlCanvas |
_thead()
Closes the thead tag.
|
HtmlCanvas |
_time()
Closes the time tag.
|
HtmlCanvas |
_title()
Closes the title tag.
|
HtmlCanvas |
_tr()
Closes the tr tag.
|
HtmlCanvas |
_tt()
Closes the tt tag.
|
HtmlCanvas |
_u()
Closes the u tag.
|
HtmlCanvas |
_ul()
Closes the ul tag.
|
HtmlCanvas |
_var()
Closes the var tag.
|
HtmlCanvas |
_video()
Closes the video tag.
|
HtmlCanvas |
_wbr()
Closes the wbr tag.
|
HtmlCanvas |
a()
Opens the a tag, without any attributes.
|
HtmlCanvas |
a(CharactersWriteable attrs)
Opens the a tag, with the specified attributes.
|
HtmlCanvas |
abbr()
Opens the abbr tag, without any attributes.
|
HtmlCanvas |
abbr(CharactersWriteable attrs)
Opens the abbr tag, with the specified attributes.
|
HtmlCanvas |
acronym()
Opens the acronym tag, without any attributes.
|
HtmlCanvas |
acronym(CharactersWriteable attrs)
Opens the acronym tag, with the specified attributes.
|
HtmlCanvas |
address()
Opens the address tag, without any attributes.
|
HtmlCanvas |
address(CharactersWriteable attrs)
Opens the address tag, with the specified attributes.
|
HtmlCanvas |
applet()
Deprecated.
this tag is deprecated in HTML 4.0.
|
HtmlCanvas |
applet(CharactersWriteable attrs)
Deprecated.
this tag is deprecated in HTML 4.0.
|
HtmlCanvas |
area(CharactersWriteable attrs)
Opens the area tag, with the specified attributes.
|
HtmlCanvas |
article()
Defines an article.
|
HtmlCanvas |
article(CharactersWriteable attrs)
Defines an article.
|
HtmlCanvas |
aside()
Defines content aside from the page content.
|
HtmlCanvas |
aside(CharactersWriteable attrs)
Defines content aside from the page content.
|
HtmlAttributes |
attributes()
Factory method for an HtmlAttributes instance.
|
HtmlCanvas |
audio()
Defines sound content.
|
HtmlCanvas |
audio(CharactersWriteable attrs)
Defines sound content.
|
HtmlCanvas |
b()
Opens the b tag, without any attributes.
|
HtmlCanvas |
b(CharactersWriteable attrs)
Opens the b tag, with the specified attributes.
|
HtmlCanvas |
base(CharactersWriteable attrs)
Opens the base tag, with the specified attributes.
|
HtmlCanvas |
basefont()
Deprecated.
this tag is deprecated in HTML 4.0.
|
HtmlCanvas |
basefont(CharactersWriteable attrs)
Deprecated.
this tag is deprecated in HTML 4.0.
|
HtmlCanvas |
bdo()
Opens the bdo tag, without any attributes.
|
HtmlCanvas |
bdo(CharactersWriteable attrs)
Opens the bdo tag, with the specified attributes.
|
HtmlCanvas |
big()
Opens the big tag, without any attributes.
|
HtmlCanvas |
big(CharactersWriteable attrs)
Opens the big tag, with the specified attributes.
|
HtmlCanvas |
blockquote()
Opens the blockquote tag, without any attributes.
|
HtmlCanvas |
blockquote(CharactersWriteable attrs)
Opens the blockquote tag, with the specified attributes.
|
HtmlCanvas |
body()
Opens the body tag, without any attributes.
|
HtmlCanvas |
body(CharactersWriteable attrs)
Opens the body tag, with the specified attributes.
|
HtmlCanvas |
br()
Opens the br tag, without any attributes.
|
HtmlCanvas |
br(CharactersWriteable attrs)
Opens the br tag, with the specified attributes.
|
HtmlCanvas |
button()
Opens the button tag, without any attributes.
|
HtmlCanvas |
button(CharactersWriteable attrs)
Opens the button tag, with the specified attributes.
|
HtmlCanvas |
canvas()
Defines graphics.
|
HtmlCanvas |
canvas(CharactersWriteable attrs)
Defines graphics.
|
HtmlCanvas |
caption()
Opens the caption tag, without any attributes.
|
HtmlCanvas |
caption(CharactersWriteable attrs)
Opens the caption tag, with the specified attributes.
|
HtmlCanvas |
cdata()
Write the opening of a CDATA section (not really a HTML element).
|
HtmlCanvas |
center()
Deprecated.
this tag is deprecated in HTML 4.0.
|
HtmlCanvas |
cite()
Opens the cite tag, without any attributes.
|
HtmlCanvas |
cite(CharactersWriteable attrs)
Opens the cite tag, with the specified attributes.
|
HtmlCanvas |
close()
Close the most recent opened tag.
|
HtmlCanvas |
close(String expectedTag)
Close the most recent opened tag and expect it to be #expectedTag
|
HtmlCanvas |
code()
Opens the code tag, without any attributes.
|
HtmlCanvas |
code(CharactersWriteable attrs)
Opens the code tag, with the specified attributes.
|
HtmlCanvas |
col(CharactersWriteable attrs)
Opens the col tag, with the specified attributes.
|
HtmlCanvas |
colgroup()
Opens the colgroup tag, without any attributes.
|
HtmlCanvas |
colgroup(CharactersWriteable attrs)
Opens the colgroup tag, with the specified attributes.
|
HtmlCanvas |
command()
Defines a command button.
|
HtmlCanvas |
command(CharactersWriteable attrs)
Defines a command button.
|
HtmlCanvas |
content(Integer i)
Convenience method that calls write(Integer) and closes the last opened tag.
|
HtmlCanvas |
content(String aString)
Convenience method that calls write(aString) and closes the last opened tag.
|
HtmlCanvas |
content(String aString,
boolean escapeNeeded)
Convenience method that calls write(aString) and closes the last opened tag.
|
HtmlCanvas |
createLocalCanvas()
Create a new empty canvas based on the receiver.
|
CanvasMacros<? extends HtmlCanvas> |
createMacros()
Create a new CanvasMacros that provides convenience methods.
|
protected PageContext |
createPageContext()
Return a new PageContext for storing component-scoped variables.
|
HtmlCanvas |
datalist()
Defines a dropdown list.
|
HtmlCanvas |
datalist(CharactersWriteable attrs)
Defines a dropdown list.
|
HtmlCanvas |
dd()
Opens the dd tag, without any attributes.
|
HtmlCanvas |
dd(CharactersWriteable attrs)
Opens the dd tag, with the specified attributes.
|
HtmlCanvas |
del()
Opens the del tag, without any attributes.
|
HtmlCanvas |
del(CharactersWriteable attrs)
Opens the del tag, with the specified attributes.
|
HtmlCanvas |
details()
Defines details of an element.
|
HtmlCanvas |
details(CharactersWriteable attrs)
Defines details of an element.
|
HtmlCanvas |
dfn()
Opens the dfn tag, without any attributes.
|
HtmlCanvas |
dfn(CharactersWriteable attrs)
Opens the dfn tag, with the specified attributes.
|
HtmlCanvas |
dir()
Deprecated.
this tag is deprecated in HTML 4.0.
|
HtmlCanvas |
dir(CharactersWriteable attrs)
Deprecated.
this tag is deprecated in HTML 4.0.
|
HtmlCanvas |
div()
Opens the div tag, without any attributes.
|
HtmlCanvas |
div(CharactersWriteable attrs)
Opens the div tag, with the specified attributes.
|
HtmlCanvas |
dl()
Opens the dl tag, without any attributes.
|
HtmlCanvas |
dl(CharactersWriteable attrs)
Opens the dl tag, with the specified attributes.
|
HtmlCanvas |
dt()
Opens the dt tag, without any attributes.
|
HtmlCanvas |
dt(CharactersWriteable attrs)
Opens the dt tag, with the specified attributes.
|
HtmlCanvas |
em()
Opens the em tag, without any attributes.
|
HtmlCanvas |
em(CharactersWriteable attrs)
Opens the em tag, with the specified attributes.
|
HtmlCanvas |
embed()
Defines external interactive content or plugin.
|
HtmlCanvas |
embed(CharactersWriteable attrs)
Defines external interactive content or plugin.
|
HtmlCanvas |
fieldset()
Opens the fieldset tag, without any attributes.
|
HtmlCanvas |
fieldset(CharactersWriteable attrs)
Opens the fieldset tag, with the specified attributes.
|
HtmlCanvas |
figcaption()
Defines the caption of a figure element.
|
HtmlCanvas |
figcaption(CharactersWriteable attrs)
Defines the caption of a figure element.
|
HtmlCanvas |
figure()
Defines a group of media content, and their caption.
|
HtmlCanvas |
figure(CharactersWriteable attrs)
Defines a group of media content, and their caption.
|
HtmlCanvas |
font()
Deprecated.
this tag is deprecated in HTML 4.0.
|
HtmlCanvas |
font(CharactersWriteable attrs)
Deprecated.
this tag is deprecated in HTML 4.0.
|
HtmlCanvas |
footer()
Defines a footer for a section or page.
|
HtmlCanvas |
footer(CharactersWriteable attrs)
Defines a footer for a section or page.
|
HtmlCanvas |
form()
Opens the form tag, without any attributes.
|
HtmlCanvas |
form(CharactersWriteable attrs)
Opens the form tag, with the specified attributes.
|
HtmlCanvas |
frame(CharactersWriteable attrs)
Opens the frame tag, with the specified attributes.
|
HtmlCanvas |
frameset()
Opens the frameset tag, without any attributes.
|
HtmlCanvas |
frameset(CharactersWriteable attrs)
Opens the frameset tag, with the specified attributes.
|
Writer |
getOutputWriter()
Answer the writer that is used to produce output.
|
PageContext |
getPageContext()
Answer the pageContext.
|
ContextMap |
getPathParameters()
Deprecated.
|
ContextMap |
getRequestParameters()
Deprecated.
|
ContextMap |
getSession()
Deprecated.
|
HtmlCanvas |
h1()
Opens the h1 tag, without any attributes.
|
HtmlCanvas |
h1(CharactersWriteable attrs)
Opens the h1 tag, with the specified attributes.
|
HtmlCanvas |
h2()
Opens the h2 tag, without any attributes.
|
HtmlCanvas |
h2(CharactersWriteable attrs)
Opens the h2 tag, with the specified attributes.
|
HtmlCanvas |
h3()
Opens the h3 tag, without any attributes.
|
HtmlCanvas |
h3(CharactersWriteable attrs)
Opens the h3 tag, with the specified attributes.
|
HtmlCanvas |
h4()
Opens the h4 tag, without any attributes.
|
HtmlCanvas |
h4(CharactersWriteable attrs)
Opens the h4 tag, with the specified attributes.
|
HtmlCanvas |
h5()
Opens the h5 tag, without any attributes.
|
HtmlCanvas |
h5(CharactersWriteable attrs)
Opens the h5 tag, with the specified attributes.
|
HtmlCanvas |
h6()
Opens the h6 tag, without any attributes.
|
HtmlCanvas |
h6(CharactersWriteable attrs)
Opens the h6 tag, with the specified attributes.
|
boolean |
hasPageContext()
Answer whether the receiver has instantiated a PageContext.
|
HtmlCanvas |
head()
Opens the head tag, without any attributes.
|
HtmlCanvas |
head(CharactersWriteable attrs)
Opens the head tag, with the specified attributes.
|
HtmlCanvas |
header()
Defines a header for a section or page.
|
HtmlCanvas |
header(CharactersWriteable attrs)
Defines a header for a section or page.
|
HtmlCanvas |
hgroup()
Defines information about a section in a document.
|
HtmlCanvas |
hgroup(CharactersWriteable attrs)
Defines information about a section in a document.
|
HtmlCanvas |
hr()
Opens the hr tag, without any attributes.
|
HtmlCanvas |
hr(CharactersWriteable attrs)
Opens the hr tag, with the specified attributes.
|
HtmlCanvas |
html()
Opens the html tag, without any attributes.
|
HtmlCanvas |
html(CharactersWriteable attrs)
Opens the html tag, with the specified attributes.
|
HtmlCanvas |
i()
Opens the i tag, without any attributes.
|
HtmlCanvas |
i(CharactersWriteable attrs)
Opens the i tag, with the specified attributes.
|
HtmlCanvas |
if_(boolean condition)
If the condition is true then return the receiver
otherwise return a SinkCanvas that consumes all tags until the last is closed.
|
HtmlCanvas |
iframe()
Opens the iframe tag, without any attributes.
|
HtmlCanvas |
iframe(CharactersWriteable attrs)
Opens the iframe tag, with the specified attributes.
|
HtmlCanvas |
img(CharactersWriteable attrs)
Opens the img tag, with the specified attributes.
|
HtmlCanvas |
input()
Opens the input tag, without any attributes.
|
HtmlCanvas |
input(CharactersWriteable attrs)
Opens the input tag, with the specified attributes.
|
HtmlCanvas |
ins()
Opens the ins tag, without any attributes.
|
HtmlCanvas |
ins(CharactersWriteable attrs)
Opens the ins tag, with the specified attributes.
|
HtmlCanvas |
isindex()
Deprecated.
this tag is deprecated in HTML 4.0.
|
HtmlCanvas |
isindex(CharactersWriteable attrs)
Deprecated.
this tag is deprecated in HTML 4.0.
|
HtmlCanvas |
kbd()
Opens the kbd tag, without any attributes.
|
HtmlCanvas |
kbd(CharactersWriteable attrs)
Opens the kbd tag, with the specified attributes.
|
HtmlCanvas |
keygen()
Defines a generated key in a form.
|
HtmlCanvas |
keygen(CharactersWriteable attrs)
Defines a generated key in a form.
|
HtmlCanvas |
label()
Opens the label tag, without any attributes.
|
HtmlCanvas |
label(CharactersWriteable attrs)
Opens the label tag, with the specified attributes.
|
HtmlCanvas |
legend()
Opens the legend tag, without any attributes.
|
HtmlCanvas |
legend(CharactersWriteable attrs)
Opens the legend tag, with the specified attributes.
|
HtmlCanvas |
li()
Opens the li tag, without any attributes.
|
HtmlCanvas |
li(CharactersWriteable attrs)
Opens the li tag, with the specified attributes.
|
HtmlCanvas |
link(CharactersWriteable attrs)
Opens the link tag, with the specified attributes.
|
CanvasMacros<?> |
macros()
Return a helper object to write elements in a macro-like style.
|
HtmlCanvas |
main()
Defines the main content of a document.
|
HtmlCanvas |
main(CharactersWriteable attrs)
Defines the main content of a document.
|
HtmlCanvas |
map()
Opens the map tag, without any attributes.
|
HtmlCanvas |
map(CharactersWriteable attrs)
Opens the map tag, with the specified attributes.
|
HtmlCanvas |
mark()
Defines marked text.
|
HtmlCanvas |
mark(CharactersWriteable attrs)
Defines marked text.
|
HtmlCanvas |
menu()
Deprecated.
this tag is deprecated in HTML 4.0.
|
HtmlCanvas |
menu(CharactersWriteable attrs)
Deprecated.
this tag is deprecated in HTML 4.0.
|
HtmlCanvas |
meta(CharactersWriteable attrs)
Opens the meta tag, with the specified attributes.
|
HtmlCanvas |
meter()
Defines measurement within a predefined range.
|
HtmlCanvas |
meter(CharactersWriteable attrs)
Defines measurement within a predefined range.
|
HtmlCanvas |
nav()
Defines navigation links.
|
HtmlCanvas |
nav(CharactersWriteable attrs)
Defines navigation links.
|
String |
nextId()
Answer a String for use as a unique identifier for elements written using this html.
|
HtmlCanvas |
noframes()
Opens the noframes tag, without any attributes.
|
HtmlCanvas |
noframes(CharactersWriteable attrs)
Opens the noframes tag, with the specified attributes.
|
HtmlCanvas |
noscript()
Opens the noscript tag, without any attributes.
|
HtmlCanvas |
noscript(CharactersWriteable attrs)
Opens the noscript tag, with the specified attributes.
|
HtmlCanvas |
object()
Opens the object tag, without any attributes.
|
HtmlCanvas |
object(CharactersWriteable attrs)
Opens the object tag, with the specified attributes.
|
HtmlCanvas |
ol()
Opens the ol tag, without any attributes.
|
HtmlCanvas |
ol(CharactersWriteable attrs)
Opens the ol tag, with the specified attributes.
|
HtmlCanvas |
optgroup()
Opens the optgroup tag, without any attributes.
|
HtmlCanvas |
optgroup(CharactersWriteable attrs)
Opens the optgroup tag, with the specified attributes.
|
HtmlCanvas |
option()
Opens the option tag, without any attributes.
|
HtmlCanvas |
option(CharactersWriteable attrs)
Opens the option tag, with the specified attributes.
|
HtmlCanvas |
output()
Defines some types of output.
|
HtmlCanvas |
output(CharactersWriteable attrs)
Defines some types of output.
|
HtmlCanvas |
p()
Opens the p tag, without any attributes.
|
HtmlCanvas |
p(CharactersWriteable attrs)
Opens the p tag, with the specified attributes.
|
HtmlCanvas |
param(CharactersWriteable attrs)
Opens the param tag, with the specified attributes.
|
HtmlCanvas |
pre()
Opens the pre tag, without any attributes.
|
HtmlCanvas |
pre(CharactersWriteable attrs)
Opens the pre tag, with the specified attributes.
|
HtmlCanvas |
progress()
Defines progress of a task of any kind.
|
HtmlCanvas |
progress(CharactersWriteable attrs)
Defines progress of a task of any kind.
|
HtmlCanvas |
q()
Opens the q tag, without any attributes.
|
HtmlCanvas |
q(CharactersWriteable attrs)
Opens the q tag, with the specified attributes.
|
HtmlCanvas |
render_if(Renderable component,
boolean condition)
Conditionally render a component based on the condition.
|
HtmlCanvas |
render(Renderable component)
Render the component using the receiver.
|
HtmlCanvas |
rp()
Used in ruby annotations to define what to show browsers that to not support the ruby element..
|
HtmlCanvas |
rp(CharactersWriteable attrs)
Used in ruby annotations to define what to show browsers that to not support the ruby element..
|
HtmlCanvas |
rt()
Defines explanation to ruby annotations..
|
HtmlCanvas |
rt(CharactersWriteable attrs)
Defines explanation to ruby annotations..
|
HtmlCanvas |
ruby()
Defines ruby annotations.
|
HtmlCanvas |
ruby(CharactersWriteable attrs)
Defines ruby annotations.
|
HtmlCanvas |
s()
Deprecated.
this tag is deprecated in HTML 4.0.
|
HtmlCanvas |
s(CharactersWriteable attrs)
Deprecated.
this tag is deprecated in HTML 4.0.
|
HtmlCanvas |
samp()
Opens the samp tag, without any attributes.
|
HtmlCanvas |
samp(CharactersWriteable attrs)
Opens the samp tag, with the specified attributes.
|
HtmlCanvas |
script()
Opens the script tag, without any attributes.
|
HtmlCanvas |
script(CharactersWriteable attrs)
Opens the script tag, with the specified attributes.
|
HtmlCanvas |
section()
Defines a section.
|
HtmlCanvas |
section(CharactersWriteable attrs)
Defines a section.
|
HtmlCanvas |
select()
Opens the select tag, without any attributes.
|
HtmlCanvas |
select(CharactersWriteable attrs)
Opens the select tag, with the specified attributes.
|
HtmlCanvas |
small()
Opens the small tag, without any attributes.
|
HtmlCanvas |
small(CharactersWriteable attrs)
Opens the small tag, with the specified attributes.
|
HtmlCanvas |
source()
Defines media resources.
|
HtmlCanvas |
source(CharactersWriteable attrs)
Defines media resources.
|
HtmlCanvas |
span()
Opens the span tag, without any attributes.
|
HtmlCanvas |
span(CharactersWriteable attrs)
Opens the span tag, with the specified attributes.
|
HtmlCanvas |
strike()
Deprecated.
this tag is deprecated in HTML 4.0.
|
HtmlCanvas |
strike(CharactersWriteable attrs)
Deprecated.
this tag is deprecated in HTML 4.0.
|
HtmlCanvas |
strong()
Opens the strong tag, without any attributes.
|
HtmlCanvas |
strong(CharactersWriteable attrs)
Opens the strong tag, with the specified attributes.
|
HtmlCanvas |
style()
Opens the style tag, without any attributes.
|
HtmlCanvas |
style(CharactersWriteable attrs)
Opens the style tag, with the specified attributes.
|
HtmlCanvas |
sub()
Opens the sub tag, without any attributes.
|
HtmlCanvas |
sub(CharactersWriteable attrs)
Opens the sub tag, with the specified attributes.
|
HtmlCanvas |
summary()
Defines the header of a "detail" element.
|
HtmlCanvas |
summary(CharactersWriteable attrs)
Defines the header of a "detail" element.
|
HtmlCanvas |
sup()
Opens the sup tag, without any attributes.
|
HtmlCanvas |
sup(CharactersWriteable attrs)
Opens the sup tag, with the specified attributes.
|
HtmlCanvas |
table()
Opens the table tag, without any attributes.
|
HtmlCanvas |
table(CharactersWriteable attrs)
Opens the table tag, with the specified attributes.
|
HtmlCanvas |
tag_close(String tagName) |
HtmlCanvas |
tag(String tagName)
Write the open tag <{tagName}>.
|
HtmlCanvas |
tag(String tagName,
CharactersWriteable attrs)
Write the open tag with attributes {attrs}.
|
HtmlCanvas |
tbody()
Opens the tbody tag, without any attributes.
|
HtmlCanvas |
tbody(CharactersWriteable attrs)
Opens the tbody tag, with the specified attributes.
|
HtmlCanvas |
td()
Opens the td tag, without any attributes.
|
HtmlCanvas |
td(CharactersWriteable attrs)
Opens the td tag, with the specified attributes.
|
HtmlCanvas |
textarea()
Opens the textarea tag, without any attributes.
|
HtmlCanvas |
textarea(CharactersWriteable attrs)
Opens the textarea tag, with the specified attributes.
|
HtmlCanvas |
tfoot()
Opens the tfoot tag, without any attributes.
|
HtmlCanvas |
tfoot(CharactersWriteable attrs)
Opens the tfoot tag, with the specified attributes.
|
HtmlCanvas |
th()
Opens the th tag, without any attributes.
|
HtmlCanvas |
th(CharactersWriteable attrs)
Opens the th tag, with the specified attributes.
|
HtmlCanvas |
thead()
Opens the thead tag, without any attributes.
|
HtmlCanvas |
thead(CharactersWriteable attrs)
Opens the thead tag, with the specified attributes.
|
HtmlCanvas |
time()
Defines a date/time.
|
HtmlCanvas |
time(CharactersWriteable attrs)
Defines a date/time.
|
HtmlCanvas |
title()
Opens the title tag, without any attributes.
|
HtmlCanvas |
title(CharactersWriteable attrs)
Opens the title tag, with the specified attributes.
|
String |
toHtml()
Return the current contents of the output writer.
|
String |
toString()
Answer a String with tracing information about the receiver.
|
HtmlCanvas |
tr()
Opens the tr tag, without any attributes.
|
HtmlCanvas |
tr(CharactersWriteable attrs)
Opens the tr tag, with the specified attributes.
|
HtmlCanvas |
tt()
Opens the tt tag, without any attributes.
|
HtmlCanvas |
tt(CharactersWriteable attrs)
Opens the tt tag, with the specified attributes.
|
HtmlCanvas |
u()
Deprecated.
this tag is deprecated in HTML 4.0.
|
HtmlCanvas |
u(CharactersWriteable attrs)
Deprecated.
this tag is deprecated in HTML 4.0.
|
HtmlCanvas |
ul()
Opens the ul tag, without any attributes.
|
HtmlCanvas |
ul(CharactersWriteable attrs)
Opens the ul tag, with the specified attributes.
|
HtmlCanvas |
var()
Opens the var tag, without any attributes.
|
HtmlCanvas |
var(CharactersWriteable attrs)
Opens the var tag, with the specified attributes.
|
HtmlCanvas |
video()
Defines a video.
|
HtmlCanvas |
video(CharactersWriteable attrs)
Defines a video.
|
HtmlCanvas |
wbr()
Defines a possible line-break.
|
HtmlCanvas |
wbr(CharactersWriteable attrs)
Defines a possible line-break.
|
HtmlCanvas |
write(char ch)
Write a character.
|
HtmlCanvas |
write(Integer i)
Convenience method that write the integer value (if not null).
|
HtmlCanvas |
write(String unescapedString)
Write text after HTML escaping it.
|
HtmlCanvas |
write(String text,
boolean escapeNeeded)
Write some text.
|
public static HtmlEscapeHandler HTML_ESCAPE_HANDLER
public static final boolean NO_ESCAPE
protected Writer out
protected ArrayList<String> openTagStack
public static int INITIAL_STACK_CAPACITY
public HtmlCanvas(Writer output)
output - public HtmlCanvas()
public CanvasMacros<?> macros()
public HtmlCanvas content(String aString) throws IOException
aString - IOExceptionpublic HtmlCanvas content(String aString, boolean escapeNeeded) throws IOException
aString - escapeNeeded - IOExceptionpublic HtmlCanvas createLocalCanvas()
public CanvasMacros<? extends HtmlCanvas> createMacros()
public Writer getOutputWriter()
public String nextId()
public String toString()
public String toHtml()
public HtmlCanvas write(String unescapedString) throws IOException
unescapedString - String , HTML or plain text or nullIOExceptionpublic HtmlCanvas write(char ch) throws IOException
character - IOExceptionpublic HtmlCanvas write(String text, boolean escapeNeeded) throws IOException
text - String , HTML or plain textescapeNeeded - , boolean (e.g. NO_ESCAPE)IOExceptionpublic HtmlCanvas cdata() throws IOException
IOExceptionpublic HtmlCanvas _cdata() throws IOException
IOExceptionpublic HtmlCanvas close() throws IOException
IOException, - RenderExceptionIOExceptionpublic HtmlCanvas close(String expectedTag) throws IOException
IOException, - RenderExceptionIOExceptionpublic HtmlCanvas render(Renderable component) throws IOException
component - a Renderable instance | nullHtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas render_if(Renderable component, boolean condition) throws IOException
component - condition - IOExceptionpublic HtmlAttributes attributes()
public HtmlCanvas tag(String tagName) throws IOException
tagName - String, cannot be nullIOExceptionclose()public HtmlCanvas tag_close(String tagName) throws IOException
IOExceptionpublic HtmlCanvas tag(String tagName, CharactersWriteable attrs) throws IOException
tagName - String, cannot be nullattrs - ToAttributesString, cannot be nullIOExceptionclose()public boolean hasPageContext()
public PageContext getPageContext()
@Deprecated public ContextMap getSession()
@Deprecated public ContextMap getRequestParameters()
@Deprecated public ContextMap getPathParameters()
public HtmlCanvas if_(boolean condition) throws IOException
condition - component - IOExceptionpublic HtmlCanvas _if() throws IOException
IOExceptionprotected PageContext createPageContext()
public HtmlCanvas a() throws IOException
Close this tag by calling _a() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas a(CharactersWriteable attrs) throws IOException
Close this tag by calling _a() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _a() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas abbr() throws IOException
Close this tag by calling _abbr() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas abbr(CharactersWriteable attrs) throws IOException
Close this tag by calling _abbr() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _abbr() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas acronym() throws IOException
Close this tag by calling _acronym() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas acronym(CharactersWriteable attrs) throws IOException
Close this tag by calling _acronym() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _acronym() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas em() throws IOException
Close this tag by calling _em() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas em(CharactersWriteable attrs) throws IOException
Close this tag by calling _em() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _em() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas strong() throws IOException
Close this tag by calling _strong() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas strong(CharactersWriteable attrs) throws IOException
Close this tag by calling _strong() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _strong() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas cite() throws IOException
Close this tag by calling _cite() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas cite(CharactersWriteable attrs) throws IOException
Close this tag by calling _cite() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _cite() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas dfn() throws IOException
Close this tag by calling _dfn() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas dfn(CharactersWriteable attrs) throws IOException
Close this tag by calling _dfn() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _dfn() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas code() throws IOException
Close this tag by calling _code() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas code(CharactersWriteable attrs) throws IOException
Close this tag by calling _code() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _code() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas samp() throws IOException
Close this tag by calling _samp() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas samp(CharactersWriteable attrs) throws IOException
Close this tag by calling _samp() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _samp() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas kbd() throws IOException
Close this tag by calling _kbd() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas kbd(CharactersWriteable attrs) throws IOException
Close this tag by calling _kbd() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _kbd() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas var() throws IOException
Close this tag by calling _var() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas var(CharactersWriteable attrs) throws IOException
Close this tag by calling _var() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _var() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas address() throws IOException
Close this tag by calling _address() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas address(CharactersWriteable attrs) throws IOException
Close this tag by calling _address() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _address() throws IOException
IOException - in case of an I/O error while writing the end tag.@Deprecated public HtmlCanvas applet() throws IOException
Close this tag by calling _applet() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.@Deprecated public HtmlCanvas applet(CharactersWriteable attrs) throws IOException
Close this tag by calling _applet() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _applet() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas area(CharactersWriteable attrs) throws IOException
This tag must not be closed, an end tag is forbidden.
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas map() throws IOException
Close this tag by calling _map() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas map(CharactersWriteable attrs) throws IOException
Close this tag by calling _map() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _map() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas b() throws IOException
Close this tag by calling _b() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas b(CharactersWriteable attrs) throws IOException
Close this tag by calling _b() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _b() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas tt() throws IOException
Close this tag by calling _tt() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas tt(CharactersWriteable attrs) throws IOException
Close this tag by calling _tt() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _tt() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas i() throws IOException
Close this tag by calling _i() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas i(CharactersWriteable attrs) throws IOException
Close this tag by calling _i() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _i() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas big() throws IOException
Close this tag by calling _big() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas big(CharactersWriteable attrs) throws IOException
Close this tag by calling _big() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _big() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas small() throws IOException
Close this tag by calling _small() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas small(CharactersWriteable attrs) throws IOException
Close this tag by calling _small() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _small() throws IOException
IOException - in case of an I/O error while writing the end tag.@Deprecated public HtmlCanvas strike() throws IOException
Close this tag by calling _strike() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.@Deprecated public HtmlCanvas strike(CharactersWriteable attrs) throws IOException
Close this tag by calling _strike() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _strike() throws IOException
IOException - in case of an I/O error while writing the end tag.@Deprecated public HtmlCanvas s() throws IOException
Close this tag by calling _s() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.@Deprecated public HtmlCanvas s(CharactersWriteable attrs) throws IOException
Close this tag by calling _s() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _s() throws IOException
IOException - in case of an I/O error while writing the end tag.@Deprecated public HtmlCanvas u() throws IOException
Close this tag by calling _u() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.@Deprecated public HtmlCanvas u(CharactersWriteable attrs) throws IOException
Close this tag by calling _u() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _u() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas base(CharactersWriteable attrs) throws IOException
This tag must not be closed, an end tag is forbidden.
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.@Deprecated public HtmlCanvas basefont() throws IOException
This tag must not be closed, an end tag is forbidden.
HtmlCanvas instance.IOException - in case of an I/O error.@Deprecated public HtmlCanvas basefont(CharactersWriteable attrs) throws IOException
This tag must not be closed, an end tag is forbidden.
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.@Deprecated public HtmlCanvas font() throws IOException
Close this tag by calling _font() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.@Deprecated public HtmlCanvas font(CharactersWriteable attrs) throws IOException
Close this tag by calling _font() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _font() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas bdo() throws IOException
Close this tag by calling _bdo() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas bdo(CharactersWriteable attrs) throws IOException
Close this tag by calling _bdo() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _bdo() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas body() throws IOException
Close this tag by calling _body() (the end tag is optional).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas body(CharactersWriteable attrs) throws IOException
Close this tag by calling _body() (the end tag is optional).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _body() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas br() throws IOException
This tag must not be closed, an end tag is forbidden.
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas br(CharactersWriteable attrs) throws IOException
This tag must not be closed, an end tag is forbidden.
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas button() throws IOException
Close this tag by calling _button() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas button(CharactersWriteable attrs) throws IOException
Close this tag by calling _button() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _button() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas caption() throws IOException
Close this tag by calling _caption() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas caption(CharactersWriteable attrs) throws IOException
Close this tag by calling _caption() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _caption() throws IOException
IOException - in case of an I/O error while writing the end tag.@Deprecated public HtmlCanvas center() throws IOException
Close this tag by calling #_center() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas col(CharactersWriteable attrs) throws IOException
This tag must not be closed, an end tag is forbidden.
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas colgroup() throws IOException
Close this tag by calling _colgroup() (the end tag is optional).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas colgroup(CharactersWriteable attrs) throws IOException
Close this tag by calling _colgroup() (the end tag is optional).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _colgroup() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas dd() throws IOException
Close this tag by calling _dd() (the end tag is optional).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas dd(CharactersWriteable attrs) throws IOException
Close this tag by calling _dd() (the end tag is optional).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _dd() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas dl() throws IOException
Close this tag by calling _dl() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas dl(CharactersWriteable attrs) throws IOException
Close this tag by calling _dl() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _dl() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas dt() throws IOException
Close this tag by calling _dt() (the end tag is optional).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas dt(CharactersWriteable attrs) throws IOException
Close this tag by calling _dt() (the end tag is optional).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _dt() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas del() throws IOException
Close this tag by calling _del() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas del(CharactersWriteable attrs) throws IOException
Close this tag by calling _del() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _del() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas ins() throws IOException
Close this tag by calling _ins() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas ins(CharactersWriteable attrs) throws IOException
Close this tag by calling _ins() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _ins() throws IOException
IOException - in case of an I/O error while writing the end tag.@Deprecated public HtmlCanvas dir() throws IOException
Close this tag by calling _dir() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.@Deprecated public HtmlCanvas dir(CharactersWriteable attrs) throws IOException
Close this tag by calling _dir() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _dir() throws IOException
IOException - in case of an I/O error while writing the end tag.@Deprecated public HtmlCanvas menu() throws IOException
Close this tag by calling _menu() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.@Deprecated public HtmlCanvas menu(CharactersWriteable attrs) throws IOException
Close this tag by calling _menu() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _menu() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas div() throws IOException
Close this tag by calling _div() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas div(CharactersWriteable attrs) throws IOException
Close this tag by calling _div() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _div() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas span() throws IOException
Close this tag by calling _span() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas span(CharactersWriteable attrs) throws IOException
Close this tag by calling _span() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _span() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas fieldset() throws IOException
Close this tag by calling _fieldset() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas fieldset(CharactersWriteable attrs) throws IOException
Close this tag by calling _fieldset() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _fieldset() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas form() throws IOException
Close this tag by calling _form() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas form(CharactersWriteable attrs) throws IOException
Close this tag by calling _form() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _form() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas frame(CharactersWriteable attrs) throws IOException
This tag must not be closed, an end tag is forbidden.
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas frameset() throws IOException
Close this tag by calling _frameset() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas frameset(CharactersWriteable attrs) throws IOException
Close this tag by calling _frameset() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _frameset() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas h1() throws IOException
Close this tag by calling _h1() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas h1(CharactersWriteable attrs) throws IOException
Close this tag by calling _h1() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _h1() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas h2() throws IOException
Close this tag by calling _h2() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas h2(CharactersWriteable attrs) throws IOException
Close this tag by calling _h2() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _h2() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas h3() throws IOException
Close this tag by calling _h3() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas h3(CharactersWriteable attrs) throws IOException
Close this tag by calling _h3() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _h3() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas h4() throws IOException
Close this tag by calling _h4() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas h4(CharactersWriteable attrs) throws IOException
Close this tag by calling _h4() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _h4() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas h5() throws IOException
Close this tag by calling _h5() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas h5(CharactersWriteable attrs) throws IOException
Close this tag by calling _h5() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _h5() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas h6() throws IOException
Close this tag by calling _h6() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas h6(CharactersWriteable attrs) throws IOException
Close this tag by calling _h6() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _h6() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas head() throws IOException
Close this tag by calling _head() (the end tag is optional).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas head(CharactersWriteable attrs) throws IOException
Close this tag by calling _head() (the end tag is optional).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _head() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas hr() throws IOException
This tag must not be closed, an end tag is forbidden.
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas hr(CharactersWriteable attrs) throws IOException
This tag must not be closed, an end tag is forbidden.
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas html() throws IOException
Close this tag by calling _html() (the end tag is optional).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas html(CharactersWriteable attrs) throws IOException
Close this tag by calling _html() (the end tag is optional).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _html() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas iframe() throws IOException
Close this tag by calling _iframe() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas iframe(CharactersWriteable attrs) throws IOException
Close this tag by calling _iframe() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _iframe() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas img(CharactersWriteable attrs) throws IOException
This tag must not be closed, an end tag is forbidden.
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas input() throws IOException
This tag must not be closed, an end tag is forbidden.
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas input(CharactersWriteable attrs) throws IOException
This tag must not be closed, an end tag is forbidden.
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.@Deprecated public HtmlCanvas isindex() throws IOException
This tag must not be closed, an end tag is forbidden.
HtmlCanvas instance.IOException - in case of an I/O error.@Deprecated public HtmlCanvas isindex(CharactersWriteable attrs) throws IOException
This tag must not be closed, an end tag is forbidden.
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas label() throws IOException
Close this tag by calling _label() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas label(CharactersWriteable attrs) throws IOException
Close this tag by calling _label() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _label() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas legend() throws IOException
Close this tag by calling _legend() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas legend(CharactersWriteable attrs) throws IOException
Close this tag by calling _legend() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _legend() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas li() throws IOException
Close this tag by calling _li() (the end tag is optional).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas li(CharactersWriteable attrs) throws IOException
Close this tag by calling _li() (the end tag is optional).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _li() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas ol() throws IOException
Close this tag by calling _ol() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas ol(CharactersWriteable attrs) throws IOException
Close this tag by calling _ol() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _ol() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas ul() throws IOException
Close this tag by calling _ul() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas ul(CharactersWriteable attrs) throws IOException
Close this tag by calling _ul() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _ul() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas link(CharactersWriteable attrs) throws IOException
This tag must not be closed, an end tag is forbidden.
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas meta(CharactersWriteable attrs) throws IOException
This tag must not be closed, an end tag is forbidden.
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas noframes() throws IOException
Close this tag by calling _noframes() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas noframes(CharactersWriteable attrs) throws IOException
Close this tag by calling _noframes() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _noframes() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas noscript() throws IOException
Close this tag by calling _noscript() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas noscript(CharactersWriteable attrs) throws IOException
Close this tag by calling _noscript() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _noscript() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas object() throws IOException
Close this tag by calling _object() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas object(CharactersWriteable attrs) throws IOException
Close this tag by calling _object() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _object() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas optgroup() throws IOException
Close this tag by calling _optgroup() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas optgroup(CharactersWriteable attrs) throws IOException
Close this tag by calling _optgroup() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _optgroup() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas option() throws IOException
Close this tag by calling _option() (the end tag is optional).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas option(CharactersWriteable attrs) throws IOException
Close this tag by calling _option() (the end tag is optional).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _option() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas select() throws IOException
Close this tag by calling _select() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas select(CharactersWriteable attrs) throws IOException
Close this tag by calling _select() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _select() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas p() throws IOException
Close this tag by calling _p() (the end tag is optional).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas p(CharactersWriteable attrs) throws IOException
Close this tag by calling _p() (the end tag is optional).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _p() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas param(CharactersWriteable attrs) throws IOException
This tag must not be closed, an end tag is forbidden.
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas pre() throws IOException
Close this tag by calling _pre() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas pre(CharactersWriteable attrs) throws IOException
Close this tag by calling _pre() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _pre() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas blockquote() throws IOException
Close this tag by calling _blockquote() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas blockquote(CharactersWriteable attrs) throws IOException
Close this tag by calling _blockquote() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _blockquote() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas q() throws IOException
Close this tag by calling _q() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas q(CharactersWriteable attrs) throws IOException
Close this tag by calling _q() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _q() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas script() throws IOException
Close this tag by calling _script() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas script(CharactersWriteable attrs) throws IOException
Close this tag by calling _script() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _script() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas style() throws IOException
Close this tag by calling _style() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas style(CharactersWriteable attrs) throws IOException
Close this tag by calling _style() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _style() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas sub() throws IOException
Close this tag by calling _sub() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas sub(CharactersWriteable attrs) throws IOException
Close this tag by calling _sub() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _sub() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas sup() throws IOException
Close this tag by calling _sup() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas sup(CharactersWriteable attrs) throws IOException
Close this tag by calling _sup() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _sup() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas textarea() throws IOException
Close this tag by calling _textarea() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas textarea(CharactersWriteable attrs) throws IOException
Close this tag by calling _textarea() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _textarea() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas title() throws IOException
Close this tag by calling _title() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas title(CharactersWriteable attrs) throws IOException
Close this tag by calling _title() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _title() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas table() throws IOException
Close this tag by calling _table() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas table(CharactersWriteable attrs) throws IOException
Close this tag by calling _table() (the end tag is required).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _table() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas tbody() throws IOException
Close this tag by calling _tbody() (the end tag is optional).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas tbody(CharactersWriteable attrs) throws IOException
Close this tag by calling _tbody() (the end tag is optional).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _tbody() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas tfoot() throws IOException
Close this tag by calling _tfoot() (the end tag is optional).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas tfoot(CharactersWriteable attrs) throws IOException
Close this tag by calling _tfoot() (the end tag is optional).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _tfoot() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas thead() throws IOException
Close this tag by calling _thead() (the end tag is optional).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas thead(CharactersWriteable attrs) throws IOException
Close this tag by calling _thead() (the end tag is optional).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _thead() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas td() throws IOException
Close this tag by calling _td() (the end tag is optional).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas td(CharactersWriteable attrs) throws IOException
Close this tag by calling _td() (the end tag is optional).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _td() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas th() throws IOException
Close this tag by calling _th() (the end tag is optional).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas th(CharactersWriteable attrs) throws IOException
Close this tag by calling _th() (the end tag is optional).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _th() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas tr() throws IOException
Close this tag by calling _tr() (the end tag is optional).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas tr(CharactersWriteable attrs) throws IOException
Close this tag by calling _tr() (the end tag is optional).
This tag supports the following attributes:
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _tr() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas article() throws IOException
Close this tag by calling _article() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas article(CharactersWriteable attrs) throws IOException
Close this tag by calling _article() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _article() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas aside() throws IOException
Close this tag by calling _aside() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas aside(CharactersWriteable attrs) throws IOException
Close this tag by calling _aside() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _aside() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas audio() throws IOException
Close this tag by calling _audio() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas audio(CharactersWriteable attrs) throws IOException
Close this tag by calling _audio() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _audio() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas canvas() throws IOException
Close this tag by calling _canvas() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas canvas(CharactersWriteable attrs) throws IOException
Close this tag by calling _canvas() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _canvas() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas command() throws IOException
Close this tag by calling _command() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas command(CharactersWriteable attrs) throws IOException
Close this tag by calling _command() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _command() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas datalist() throws IOException
Close this tag by calling _datalist() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas datalist(CharactersWriteable attrs) throws IOException
Close this tag by calling _datalist() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _datalist() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas details() throws IOException
Close this tag by calling _details() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas details(CharactersWriteable attrs) throws IOException
Close this tag by calling _details() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _details() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas embed() throws IOException
Close this tag by calling _embed() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas embed(CharactersWriteable attrs) throws IOException
Close this tag by calling _embed() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _embed() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas figcaption() throws IOException
Close this tag by calling _figcaption() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas figcaption(CharactersWriteable attrs) throws IOException
Close this tag by calling _figcaption() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _figcaption() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas figure() throws IOException
Close this tag by calling _figure() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas figure(CharactersWriteable attrs) throws IOException
Close this tag by calling _figure() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _figure() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas footer() throws IOException
Close this tag by calling _footer() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas footer(CharactersWriteable attrs) throws IOException
Close this tag by calling _footer() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _footer() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas header() throws IOException
Close this tag by calling _header() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas header(CharactersWriteable attrs) throws IOException
Close this tag by calling _header() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _header() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas hgroup() throws IOException
Close this tag by calling _hgroup() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas hgroup(CharactersWriteable attrs) throws IOException
Close this tag by calling _hgroup() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _hgroup() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas keygen() throws IOException
Close this tag by calling _keygen() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas keygen(CharactersWriteable attrs) throws IOException
Close this tag by calling _keygen() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _keygen() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas mark() throws IOException
Close this tag by calling _mark() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas mark(CharactersWriteable attrs) throws IOException
Close this tag by calling _mark() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _mark() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas meter() throws IOException
Close this tag by calling _meter() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas meter(CharactersWriteable attrs) throws IOException
Close this tag by calling _meter() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _meter() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas nav() throws IOException
Close this tag by calling _nav() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas nav(CharactersWriteable attrs) throws IOException
Close this tag by calling _nav() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _nav() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas output() throws IOException
Close this tag by calling _output() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas output(CharactersWriteable attrs) throws IOException
Close this tag by calling _output() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _output() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas progress() throws IOException
Close this tag by calling _progress() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas progress(CharactersWriteable attrs) throws IOException
Close this tag by calling _progress() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _progress() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas rp() throws IOException
Close this tag by calling _rp() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas rp(CharactersWriteable attrs) throws IOException
Close this tag by calling _rp() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _rp() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas rt() throws IOException
Close this tag by calling _rt() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas rt(CharactersWriteable attrs) throws IOException
Close this tag by calling _rt() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _rt() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas ruby() throws IOException
Close this tag by calling _ruby() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas ruby(CharactersWriteable attrs) throws IOException
Close this tag by calling _ruby() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _ruby() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas section() throws IOException
Close this tag by calling _section() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas section(CharactersWriteable attrs) throws IOException
Close this tag by calling _section() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _section() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas source() throws IOException
Close this tag by calling _source() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas source(CharactersWriteable attrs) throws IOException
Close this tag by calling _source() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _source() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas summary() throws IOException
Close this tag by calling _summary() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas summary(CharactersWriteable attrs) throws IOException
Close this tag by calling _summary() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _summary() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas time() throws IOException
Close this tag by calling _time() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas time(CharactersWriteable attrs) throws IOException
Close this tag by calling _time() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _time() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas video() throws IOException
Close this tag by calling _video() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas video(CharactersWriteable attrs) throws IOException
Close this tag by calling _video() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _video() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas wbr() throws IOException
Close this tag by calling _wbr() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas wbr(CharactersWriteable attrs) throws IOException
Close this tag by calling _wbr() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _wbr() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas main() throws IOException
Close this tag by calling _main() (the end tag is required).
HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas main(CharactersWriteable attrs) throws IOException
Close this tag by calling _main() (the end tag is required).
attrs - the CharactersWriteable, or null if none.HtmlCanvas instance.IOException - in case of an I/O error.public HtmlCanvas _main() throws IOException
IOException - in case of an I/O error while writing the end tag.public HtmlCanvas write(Integer i) throws IOException
i - IOExceptionpublic HtmlCanvas content(Integer i) throws IOException
i - IOExceptionCopyright © 2010–2018. All rights reserved.