public class XHtmlWriter extends SAXWriter
XHtmlWriter provides constants and convenience
methods for generating strict XHTML 1.0 output. This class includes
the Strict DTD specification:
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
The XML version and decoding declaration will be included as in
the parent class SAXWriter, as in:
<?xml version="1.0" encoding="UTF-8"?>
The parent class SAXWriter is set to
use XHTML mode (see SAXWriter.SAXWriter(OutputStream,String,boolean))
output.
It is up to the application to supply an appropriate document
structure and to validate any output. For instance, the top-level
element must be html, and it must specify the
appropriate namespace and language, as in:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
A constant is provided for each legal XHTML element tag and each
XHTML attribute. There are six convenience methods supplied to
start each element. The first five methods allow from zero to four
pairs of attributes and values to be supplied as strings. The
sixth method accepts an arbitrary SAX Attributes object to
supply the attributes. Elements must be closed using the
underlying SAXWriter's end methods, such as SimpleElementHandler.endSimpleElement(String).
Like for SAXWriter, the underlying output stream must be closed
by the calling application after the SAXWriter.endDocument() method
is called.
Warning: No well-formedness checks are performed on the output. In particular, elements may not be balanced leading to invalid XML, or elements may not provide attributes matching the XHTML 1.0 specification. We suggest validating HTML using the W3C validator.
| Modifier and Type | Field and Description |
|---|---|
static String |
A
Constant for element
a. |
static String |
ABBR
Constant for element
abbr. |
static String |
ABBR_ATT
A constant for the
abbr attribute. |
static String |
ACCEPT
A constant for the
accept attribute. |
static String |
ACCEPT_CHARSET
A constant for the
accept-charset attribute. |
static String |
ACCESSKEY
A constant for the
accesskey attribute. |
static String |
ACRONYM
Constant for element
acronym. |
static String |
ACTION
A constant for the
action attribute. |
static String |
ADDRESS
Constant for element
address. |
static String |
ALIGN
A constant for the
align attribute. |
static String |
ALT
A constant for the
alt attribute. |
static String |
APPLET
Constant for element
applet. |
static String |
ARCHIVE
A constant for the
archive attribute. |
static String |
AREA
Constant for element
area. |
static String |
AXIS
A constant for the
axis attribute. |
static String |
B
Constant for element
b. |
static String |
BASE
Constant for element
base. |
static String |
BASEFONT
Constant for element
basefont. |
static String |
BDO
Constant for element
bdo. |
static String |
BIG
Constant for element
big. |
static String |
BLOCKQUOTE
Constant for element
blockquote. |
static String |
BODY
Constant for element
body. |
static String |
BORDER
A constant for the
border attribute. |
static String |
BR
Constant for element
br. |
static String |
BUTTON
Constant for element
button. |
static String |
CAPTION
Constant for element
caption. |
static String |
CELLPADDING
A constant for the
cellpadding attribute. |
static String |
CELLSPACING
A constant for the
cellspacing attribute. |
static String |
CENTER
Constant for element
center. |
static String |
CHAR
A constant for the
char attribute. |
static String |
CHAROFF
A constant for the
charoff attribute. |
static String |
CHARSET
A constant for the
charset attribute. |
static String |
CHECKED
A constant for the
checked attribute. |
static String |
CITE
Constant for element
cite. |
static String |
CITE_ATT
A constant for the
cite attribute. |
static String |
CLASS
A constant for the
class attribute. |
static String |
CLASSID
A constant for the
classid attribute. |
static String |
CODE
Constant for element
code. |
static String |
CODEBASE
A constant for the
codebase attribute. |
static String |
CODETYPE
A constant for the
codetype attribute. |
static String |
COL
Constant for element
col. |
static String |
COLGROUP
Constant for element
colgroup. |
static String |
COLS
A constant for the
cols attribute. |
static String |
COLSPAN
A constant for the
colspan attribute. |
static String |
CONTENT
A constant for the
content attribute. |
static String |
COORDS
A constant for the
coords attribute. |
static String |
DATA
A constant for the
data attribute. |
static String |
DATETIME
A constant for the
datetime attribute. |
static String |
DD
Constant for element
dd. |
static String |
DECLARE
A constant for the
declare attribute. |
static String |
DEFER
A constant for the
defer attribute. |
static String |
DEL
Constant for element
del. |
static String |
DFN
Constant for element
dfn. |
static String |
DIR
Constant for element
dir. |
static String |
DIR_ATT
A constant for the
dir attribute. |
static String |
DISABLED
A constant for the
disabled attribute. |
static String |
DIV
Constant for element
div. |
static String |
DL
Constant for element
dl. |
static String |
DT
Constant for element
dt. |
static String |
EM
Constant for element
em. |
static String |
ENCTYPE
A constant for the
enctype attribute. |
static String |
FIELDSET
Constant for element
fieldset. |
static String |
FONT
Constant for element
font. |
static String |
FOR
A constant for the
for attribute. |
static String |
FORM
Constant for element
form. |
static String |
FRAME
Constant for element
frame. |
static String |
FRAME_ATT
A constant for the
frame attribute. |
static String |
FRAMESET
Constant for element
frameset. |
static String |
H1
Constant for element
h1. |
static String |
H2
Constant for element
h2. |
static String |
H3
Constant for element
h3. |
static String |
H4
Constant for element
h4. |
static String |
H5
Constant for element
h5. |
static String |
H6
Constant for element
h6. |
static String |
HEAD
Constant for element
head. |
static String |
HEADERS
A constant for the
headers attribute. |
static String |
HEIGHT
A constant for the
height attribute. |
static String |
HR
Constant for element
hr. |
static String |
HREF
A constant for the
href attribute. |
static String |
HREFLANG
A constant for the
hreflang attribute. |
static String |
HTML
Constant for element
html. |
static String |
HTTP_EQUIV
A constant for the
http-equiv attribute. |
static String |
I
Constant for element
i. |
static String |
ID
A constant for the
id attribute. |
static String |
IFRAME
Constant for element
iframe. |
static String |
IMG
Constant for element
img. |
static String |
INPUT
Constant for element
input. |
static String |
INS
Constant for element
ins. |
static String |
ISMAP
A constant for the
ismap attribute. |
static String |
KBD
Constant for element
kbd. |
static String |
LABEL
Constant for element
label. |
static String |
LABEL_ATT
A constant for the
label attribute. |
static String |
LANG
A constant for the
lang attribute. |
static String |
LEGEND
Constant for element
legend. |
static String |
LI
Constant for element
li. |
static String |
LINK
Constant for element
link. |
static String |
LONGDESC
A constant for the
longdesc attribute. |
static String |
MAP
Constant for element
map. |
static String |
MAXLENGTH
A constant for the
maxlength attribute. |
static String |
MEDIA
A constant for the
media attribute. |
static String |
MENU
Constant for element
menu. |
static String |
META
Constant for element
meta. |
static String |
METHOD
A constant for the
method attribute. |
static String |
MULTIPLE
A constant for the
multiple attribute. |
static String |
NAME
A constant for the
name attribute. |
static String |
NOFRAMES
Constant for element
noframes. |
static String |
NOHREF
A constant for the
nohref attribute. |
static String |
NOSCRIPT
Constant for element
noscript. |
static String |
OBJECT
Constant for element
object. |
static String |
OL
Constant for element
ol. |
static String |
ONBLUR
A constant for the
onblur attribute. |
static String |
ONCHANGE
A constant for the
onchange attribute. |
static String |
ONCLICK
A constant for the
onclick attribute. |
static String |
ONDBLCLICK
A constant for the
ondblclick attribute. |
static String |
ONFOCUS
A constant for the
onfocus attribute. |
static String |
ONKEYDOWN
A constant for the
onkeydown attribute. |
static String |
ONKEYPRESS
A constant for the
onkeypress attribute. |
static String |
ONKEYUP
A constant for the
onkeyup attribute. |
static String |
ONLOAD
A constant for the
onload attribute. |
static String |
ONMOUSEDOWN
A constant for the
onmousedown attribute. |
static String |
ONMOUSEMOVE
A constant for the
onmousemove attribute. |
static String |
ONMOUSEOUT
A constant for the
onmouseout attribute. |
static String |
ONMOUSEOVER
A constant for the
onmouseover attribute. |
static String |
ONMOUSEUP
A constant for the
onmouseup attribute. |
static String |
ONRESET
A constant for the
onreset attribute. |
static String |
ONSELECT
A constant for the
onselect attribute. |
static String |
ONSUBMIT
A constant for the
onsubmit attribute. |
static String |
ONUNLOAD
A constant for the
onunload attribute. |
static String |
OPTGROUP
Constant for element
optgroup. |
static String |
OPTION
Constant for element
option. |
static String |
P
Constant for element
p. |
static String |
PARAM
Constant for element
param. |
static String |
PRE
Constant for element
pre. |
static String |
PROFILE
A constant for the
profile attribute. |
static String |
Q
Constant for element
q. |
static String |
READONLY
A constant for the
readonly attribute. |
static String |
REL
A constant for the
rel attribute. |
static String |
REV
A constant for the
rev attribute. |
static String |
ROWS
A constant for the
rows attribute. |
static String |
ROWSPAN
A constant for the
rowspan attribute. |
static String |
RULES
A constant for the
rules attribute. |
static String |
S
Constant for element
s. |
static String |
SAMP
Constant for element
samp. |
static String |
SCHEME
A constant for the
scheme attribute. |
static String |
SCOPE
A constant for the
scope attribute. |
static String |
SCRIPT
Constant for element
script. |
static String |
SELECT
Constant for element
select. |
static String |
SELECTED
A constant for the
selected attribute. |
static String |
SHAPE
A constant for the
shape attribute. |
static String |
SIZE
A constant for the
size attribute. |
static String |
SMALL
Constant for element
small. |
static String |
SPAN
Constant for element
span. |
static String |
SPAN_ATT
A constant for the
span attribute. |
static String |
SRC
A constant for the
src attribute. |
static String |
STANDBY
A constant for the
standby attribute. |
static String |
STRIKE
Constant for element
strike. |
static String |
STRONG
Constant for element
strong. |
static String |
STYLE
Constant for element
style. |
static String |
STYLE_ATT
A constant for the
style attribute. |
static String |
SUB
Constant for element
sub. |
static String |
SUMMARY
A constant for the
summary attribute. |
static String |
SUP
Constant for element
sup. |
static String |
TABINDEX
A constant for the
tabindex attribute. |
static String |
TABLE
Constant for element
table. |
static String |
TBODY
Constant for element
tbody. |
static String |
TD
Constant for element
td. |
static String |
TEXTAREA
Constant for element
textarea. |
static String |
TFOOT
Constant for element
tfoot. |
static String |
TH
Constant for element
th. |
static String |
THEAD
Constant for element
thead. |
static String |
TITLE
Constant for element
title. |
static String |
TITLE_ATT
A constant for the
title attribute. |
static String |
TR
Constant for element
tr. |
static String |
TT
Constant for element
tt. |
static String |
TYPE
A constant for the
type attribute. |
static String |
U
Constant for element
u. |
static String |
UL
Constant for element
ul. |
static String |
USEMAP
A constant for the
usemap attribute. |
static String |
VALIGN
A constant for the
valign attribute. |
static String |
VALUE
A constant for the
value attribute. |
static String |
VALUETYPE
A constant for the
valuetype attribute. |
static String |
VAR
Constant for element
var. |
static String |
WIDTH
A constant for the
width attribute. |
static String |
XML_LANG
A constant for the
xml:lang attribute. |
static String |
XML_SPACE
A constant for the
xml:space attribute. |
static String |
XMLNS
A constant for the
xmlns attribute. |
CDATA_ATTS_TYPE, EMPTY_ATTS, NO_OP_DEFAULT_HANDLER| Constructor and Description |
|---|
XHtmlWriter() |
XHtmlWriter(OutputStream out,
String charsetName) |
| Modifier and Type | Method and Description |
|---|---|
void |
a()
Start an
a element with no attributes. |
void |
a(Attributes atts)
Start an
a element with the specified
attributes. |
void |
a(String att,
String val)
Start an
a element with the specified
attribute and value. |
void |
a(String att1,
String val1,
String att2,
String val2)
Start an
a element with the specified
attributes and values. |
void |
a(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
a element with the specified
attributes and values. |
void |
a(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
a element with the specified
attributes and values. |
void |
abbr()
Start an
abbr element with no attributes. |
void |
abbr(Attributes atts)
Start an
abbr element with the specified
attributes. |
void |
abbr(String att,
String val)
Start an
abbr element with the specified
attribute and value. |
void |
abbr(String att1,
String val1,
String att2,
String val2)
Start an
abbr element with the specified
attributes and values. |
void |
abbr(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
abbr element with the specified
attributes and values. |
void |
abbr(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
abbr element with the specified
attributes and values. |
void |
acronym()
Start an
acronym element with no attributes. |
void |
acronym(Attributes atts)
Start an
acronym element with the specified
attributes. |
void |
acronym(String att,
String val)
Start an
acronym element with the specified
attribute and value. |
void |
acronym(String att1,
String val1,
String att2,
String val2)
Start an
acronym element with the specified
attributes and values. |
void |
acronym(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
acronym element with the specified
attributes and values. |
void |
acronym(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
acronym element with the specified
attributes and values. |
void |
address()
Start an
address element with no attributes. |
void |
address(Attributes atts)
Start an
address element with the specified
attributes. |
void |
address(String att,
String val)
Start an
address element with the specified
attribute and value. |
void |
address(String att1,
String val1,
String att2,
String val2)
Start an
address element with the specified
attributes and values. |
void |
address(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
address element with the specified
attributes and values. |
void |
address(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
address element with the specified
attributes and values. |
void |
applet()
Start an
applet element with no attributes. |
void |
applet(Attributes atts)
Start an
applet element with the specified
attributes. |
void |
applet(String att,
String val)
Start an
applet element with the specified
attribute and value. |
void |
applet(String att1,
String val1,
String att2,
String val2)
Start an
applet element with the specified
attributes and values. |
void |
applet(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
applet element with the specified
attributes and values. |
void |
applet(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
applet element with the specified
attributes and values. |
void |
area()
Start an
area element with no attributes. |
void |
area(Attributes atts)
Start an
area element with the specified
attributes. |
void |
area(String att,
String val)
Start an
area element with the specified
attribute and value. |
void |
area(String att1,
String val1,
String att2,
String val2)
Start an
area element with the specified
attributes and values. |
void |
area(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
area element with the specified
attributes and values. |
void |
area(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
area element with the specified
attributes and values. |
void |
b()
Start an
b element with no attributes. |
void |
b(Attributes atts)
Start an
b element with the specified
attributes. |
void |
b(String att,
String val)
Start an
b element with the specified
attribute and value. |
void |
b(String att1,
String val1,
String att2,
String val2)
Start an
b element with the specified
attributes and values. |
void |
b(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
b element with the specified
attributes and values. |
void |
b(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
b element with the specified
attributes and values. |
void |
base()
Start an
base element with no attributes. |
void |
base(Attributes atts)
Start an
base element with the specified
attributes. |
void |
base(String att,
String val)
Start an
base element with the specified
attribute and value. |
void |
base(String att1,
String val1,
String att2,
String val2)
Start an
base element with the specified
attributes and values. |
void |
base(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
base element with the specified
attributes and values. |
void |
base(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
base element with the specified
attributes and values. |
void |
basefont()
Start an
basefont element with no attributes. |
void |
basefont(Attributes atts)
Start an
basefont element with the specified
attributes. |
void |
basefont(String att,
String val)
Start an
basefont element with the specified
attribute and value. |
void |
basefont(String att1,
String val1,
String att2,
String val2)
Start an
basefont element with the specified
attributes and values. |
void |
basefont(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
basefont element with the specified
attributes and values. |
void |
basefont(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
basefont element with the specified
attributes and values. |
void |
bdo()
Start an
bdo element with no attributes. |
void |
bdo(Attributes atts)
Start an
bdo element with the specified
attributes. |
void |
bdo(String att,
String val)
Start an
bdo element with the specified
attribute and value. |
void |
bdo(String att1,
String val1,
String att2,
String val2)
Start an
bdo element with the specified
attributes and values. |
void |
bdo(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
bdo element with the specified
attributes and values. |
void |
bdo(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
bdo element with the specified
attributes and values. |
void |
big()
Start an
big element with no attributes. |
void |
big(Attributes atts)
Start an
big element with the specified
attributes. |
void |
big(String att,
String val)
Start an
big element with the specified
attribute and value. |
void |
big(String att1,
String val1,
String att2,
String val2)
Start an
big element with the specified
attributes and values. |
void |
big(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
big element with the specified
attributes and values. |
void |
big(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
big element with the specified
attributes and values. |
void |
blockquote()
Start an
blockquote element with no attributes. |
void |
blockquote(Attributes atts)
Start an
blockquote element with the specified
attributes. |
void |
blockquote(String att,
String val)
Start an
blockquote element with the specified
attribute and value. |
void |
blockquote(String att1,
String val1,
String att2,
String val2)
Start an
blockquote element with the specified
attributes and values. |
void |
blockquote(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
blockquote element with the specified
attributes and values. |
void |
blockquote(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
blockquote element with the specified
attributes and values. |
void |
body()
Start an
body element with no attributes. |
void |
body(Attributes atts)
Start an
body element with the specified
attributes. |
void |
body(String att,
String val)
Start an
body element with the specified
attribute and value. |
void |
body(String att1,
String val1,
String att2,
String val2)
Start an
body element with the specified
attributes and values. |
void |
body(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
body element with the specified
attributes and values. |
void |
body(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
body element with the specified
attributes and values. |
void |
br()
Start an
br element with no attributes. |
void |
br(Attributes atts)
Start an
br element with the specified
attributes. |
void |
br(String att,
String val)
Start an
br element with the specified
attribute and value. |
void |
br(String att1,
String val1,
String att2,
String val2)
Start an
br element with the specified
attributes and values. |
void |
br(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
br element with the specified
attributes and values. |
void |
br(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
br element with the specified
attributes and values. |
void |
button()
Start an
button element with no attributes. |
void |
button(Attributes atts)
Start an
button element with the specified
attributes. |
void |
button(String att,
String val)
Start an
button element with the specified
attribute and value. |
void |
button(String att1,
String val1,
String att2,
String val2)
Start an
button element with the specified
attributes and values. |
void |
button(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
button element with the specified
attributes and values. |
void |
button(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
button element with the specified
attributes and values. |
void |
caption()
Start an
caption element with no attributes. |
void |
caption(Attributes atts)
Start an
caption element with the specified
attributes. |
void |
caption(String att,
String val)
Start an
caption element with the specified
attribute and value. |
void |
caption(String att1,
String val1,
String att2,
String val2)
Start an
caption element with the specified
attributes and values. |
void |
caption(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
caption element with the specified
attributes and values. |
void |
caption(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
caption element with the specified
attributes and values. |
void |
center()
Start an
center element with no attributes. |
void |
center(Attributes atts)
Start an
center element with the specified
attributes. |
void |
center(String att,
String val)
Start an
center element with the specified
attribute and value. |
void |
center(String att1,
String val1,
String att2,
String val2)
Start an
center element with the specified
attributes and values. |
void |
center(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
center element with the specified
attributes and values. |
void |
center(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
center element with the specified
attributes and values. |
void |
cite()
Start an
cite element with no attributes. |
void |
cite(Attributes atts)
Start an
cite element with the specified
attributes. |
void |
cite(String att,
String val)
Start an
cite element with the specified
attribute and value. |
void |
cite(String att1,
String val1,
String att2,
String val2)
Start an
cite element with the specified
attributes and values. |
void |
cite(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
cite element with the specified
attributes and values. |
void |
cite(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
cite element with the specified
attributes and values. |
void |
code()
Start an
code element with no attributes. |
void |
code(Attributes atts)
Start an
code element with the specified
attributes. |
void |
code(String att,
String val)
Start an
code element with the specified
attribute and value. |
void |
code(String att1,
String val1,
String att2,
String val2)
Start an
code element with the specified
attributes and values. |
void |
code(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
code element with the specified
attributes and values. |
void |
code(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
code element with the specified
attributes and values. |
void |
col()
Start an
col element with no attributes. |
void |
col(Attributes atts)
Start an
col element with the specified
attributes. |
void |
col(String att,
String val)
Start an
col element with the specified
attribute and value. |
void |
col(String att1,
String val1,
String att2,
String val2)
Start an
col element with the specified
attributes and values. |
void |
col(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
col element with the specified
attributes and values. |
void |
col(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
col element with the specified
attributes and values. |
void |
colgroup()
Start an
colgroup element with no attributes. |
void |
colgroup(Attributes atts)
Start an
colgroup element with the specified
attributes. |
void |
colgroup(String att,
String val)
Start an
colgroup element with the specified
attribute and value. |
void |
colgroup(String att1,
String val1,
String att2,
String val2)
Start an
colgroup element with the specified
attributes and values. |
void |
colgroup(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
colgroup element with the specified
attributes and values. |
void |
colgroup(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
colgroup element with the specified
attributes and values. |
void |
dd()
Start an
dd element with no attributes. |
void |
dd(Attributes atts)
Start an
dd element with the specified
attributes. |
void |
dd(String att,
String val)
Start an
dd element with the specified
attribute and value. |
void |
dd(String att1,
String val1,
String att2,
String val2)
Start an
dd element with the specified
attributes and values. |
void |
dd(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
dd element with the specified
attributes and values. |
void |
dd(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
dd element with the specified
attributes and values. |
void |
del()
Start an
del element with no attributes. |
void |
del(Attributes atts)
Start an
del element with the specified
attributes. |
void |
del(String att,
String val)
Start an
del element with the specified
attribute and value. |
void |
del(String att1,
String val1,
String att2,
String val2)
Start an
del element with the specified
attributes and values. |
void |
del(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
del element with the specified
attributes and values. |
void |
del(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
del element with the specified
attributes and values. |
void |
dfn()
Start an
dfn element with no attributes. |
void |
dfn(Attributes atts)
Start an
dfn element with the specified
attributes. |
void |
dfn(String att,
String val)
Start an
dfn element with the specified
attribute and value. |
void |
dfn(String att1,
String val1,
String att2,
String val2)
Start an
dfn element with the specified
attributes and values. |
void |
dfn(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
dfn element with the specified
attributes and values. |
void |
dfn(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
dfn element with the specified
attributes and values. |
void |
dir()
Start an
dir element with no attributes. |
void |
dir(Attributes atts)
Start an
dir element with the specified
attributes. |
void |
dir(String att,
String val)
Start an
dir element with the specified
attribute and value. |
void |
dir(String att1,
String val1,
String att2,
String val2)
Start an
dir element with the specified
attributes and values. |
void |
dir(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
dir element with the specified
attributes and values. |
void |
dir(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
dir element with the specified
attributes and values. |
void |
div()
Start an
div element with no attributes. |
void |
div(Attributes atts)
Start an
div element with the specified
attributes. |
void |
div(String att,
String val)
Start an
div element with the specified
attribute and value. |
void |
div(String att1,
String val1,
String att2,
String val2)
Start an
div element with the specified
attributes and values. |
void |
div(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
div element with the specified
attributes and values. |
void |
div(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
div element with the specified
attributes and values. |
void |
dl()
Start an
dl element with no attributes. |
void |
dl(Attributes atts)
Start an
dl element with the specified
attributes. |
void |
dl(String att,
String val)
Start an
dl element with the specified
attribute and value. |
void |
dl(String att1,
String val1,
String att2,
String val2)
Start an
dl element with the specified
attributes and values. |
void |
dl(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
dl element with the specified
attributes and values. |
void |
dl(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
dl element with the specified
attributes and values. |
void |
dt()
Start an
dt element with no attributes. |
void |
dt(Attributes atts)
Start an
dt element with the specified
attributes. |
void |
dt(String att,
String val)
Start an
dt element with the specified
attribute and value. |
void |
dt(String att1,
String val1,
String att2,
String val2)
Start an
dt element with the specified
attributes and values. |
void |
dt(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
dt element with the specified
attributes and values. |
void |
dt(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
dt element with the specified
attributes and values. |
void |
em()
Start an
em element with no attributes. |
void |
em(Attributes atts)
Start an
em element with the specified
attributes. |
void |
em(String att,
String val)
Start an
em element with the specified
attribute and value. |
void |
em(String att1,
String val1,
String att2,
String val2)
Start an
em element with the specified
attributes and values. |
void |
em(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
em element with the specified
attributes and values. |
void |
em(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
em element with the specified
attributes and values. |
void |
fieldset()
Start an
fieldset element with no attributes. |
void |
fieldset(Attributes atts)
Start an
fieldset element with the specified
attributes. |
void |
fieldset(String att,
String val)
Start an
fieldset element with the specified
attribute and value. |
void |
fieldset(String att1,
String val1,
String att2,
String val2)
Start an
fieldset element with the specified
attributes and values. |
void |
fieldset(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
fieldset element with the specified
attributes and values. |
void |
fieldset(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
fieldset element with the specified
attributes and values. |
void |
font()
Start an
font element with no attributes. |
void |
font(Attributes atts)
Start an
font element with the specified
attributes. |
void |
font(String att,
String val)
Start an
font element with the specified
attribute and value. |
void |
font(String att1,
String val1,
String att2,
String val2)
Start an
font element with the specified
attributes and values. |
void |
font(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
font element with the specified
attributes and values. |
void |
font(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
font element with the specified
attributes and values. |
void |
form()
Start an
form element with no attributes. |
void |
form(Attributes atts)
Start an
form element with the specified
attributes. |
void |
form(String att,
String val)
Start an
form element with the specified
attribute and value. |
void |
form(String att1,
String val1,
String att2,
String val2)
Start an
form element with the specified
attributes and values. |
void |
form(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
form element with the specified
attributes and values. |
void |
form(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
form element with the specified
attributes and values. |
void |
frame()
Start an
frame element with no attributes. |
void |
frame(Attributes atts)
Start an
frame element with the specified
attributes. |
void |
frame(String att,
String val)
Start an
frame element with the specified
attribute and value. |
void |
frame(String att1,
String val1,
String att2,
String val2)
Start an
frame element with the specified
attributes and values. |
void |
frame(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
frame element with the specified
attributes and values. |
void |
frame(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
frame element with the specified
attributes and values. |
void |
frameset()
Start an
frameset element with no attributes. |
void |
frameset(Attributes atts)
Start an
frameset element with the specified
attributes. |
void |
frameset(String att,
String val)
Start an
frameset element with the specified
attribute and value. |
void |
frameset(String att1,
String val1,
String att2,
String val2)
Start an
frameset element with the specified
attributes and values. |
void |
frameset(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
frameset element with the specified
attributes and values. |
void |
frameset(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
frameset element with the specified
attributes and values. |
void |
h1()
Start an
h1 element with no attributes. |
void |
h1(Attributes atts)
Start an
h1 element with the specified
attributes. |
void |
h1(String att,
String val)
Start an
h1 element with the specified
attribute and value. |
void |
h1(String att1,
String val1,
String att2,
String val2)
Start an
h1 element with the specified
attributes and values. |
void |
h1(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
h1 element with the specified
attributes and values. |
void |
h1(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
h1 element with the specified
attributes and values. |
void |
h2()
Start an
h2 element with no attributes. |
void |
h2(Attributes atts)
Start an
h2 element with the specified
attributes. |
void |
h2(String att,
String val)
Start an
h2 element with the specified
attribute and value. |
void |
h2(String att1,
String val1,
String att2,
String val2)
Start an
h2 element with the specified
attributes and values. |
void |
h2(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
h2 element with the specified
attributes and values. |
void |
h2(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
h2 element with the specified
attributes and values. |
void |
h3()
Start an
h3 element with no attributes. |
void |
h3(Attributes atts)
Start an
h3 element with the specified
attributes. |
void |
h3(String att,
String val)
Start an
h3 element with the specified
attribute and value. |
void |
h3(String att1,
String val1,
String att2,
String val2)
Start an
h3 element with the specified
attributes and values. |
void |
h3(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
h3 element with the specified
attributes and values. |
void |
h3(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
h3 element with the specified
attributes and values. |
void |
h4()
Start an
h4 element with no attributes. |
void |
h4(Attributes atts)
Start an
h4 element with the specified
attributes. |
void |
h4(String att,
String val)
Start an
h4 element with the specified
attribute and value. |
void |
h4(String att1,
String val1,
String att2,
String val2)
Start an
h4 element with the specified
attributes and values. |
void |
h4(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
h4 element with the specified
attributes and values. |
void |
h4(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
h4 element with the specified
attributes and values. |
void |
h5()
Start an
h5 element with no attributes. |
void |
h5(Attributes atts)
Start an
h5 element with the specified
attributes. |
void |
h5(String att,
String val)
Start an
h5 element with the specified
attribute and value. |
void |
h5(String att1,
String val1,
String att2,
String val2)
Start an
h5 element with the specified
attributes and values. |
void |
h5(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
h5 element with the specified
attributes and values. |
void |
h5(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
h5 element with the specified
attributes and values. |
void |
h6()
Start an
h6 element with no attributes. |
void |
h6(Attributes atts)
Start an
h6 element with the specified
attributes. |
void |
h6(String att,
String val)
Start an
h6 element with the specified
attribute and value. |
void |
h6(String att1,
String val1,
String att2,
String val2)
Start an
h6 element with the specified
attributes and values. |
void |
h6(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
h6 element with the specified
attributes and values. |
void |
h6(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
h6 element with the specified
attributes and values. |
void |
head()
Start an
head element with no attributes. |
void |
head(Attributes atts)
Start an
head element with the specified
attributes. |
void |
head(String att,
String val)
Start an
head element with the specified
attribute and value. |
void |
head(String att1,
String val1,
String att2,
String val2)
Start an
head element with the specified
attributes and values. |
void |
head(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
head element with the specified
attributes and values. |
void |
head(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
head element with the specified
attributes and values. |
void |
hr()
Start an
hr element with no attributes. |
void |
hr(Attributes atts)
Start an
hr element with the specified
attributes. |
void |
hr(String att,
String val)
Start an
hr element with the specified
attribute and value. |
void |
hr(String att1,
String val1,
String att2,
String val2)
Start an
hr element with the specified
attributes and values. |
void |
hr(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
hr element with the specified
attributes and values. |
void |
hr(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
hr element with the specified
attributes and values. |
void |
html()
Start an
html element with no attributes. |
void |
html(Attributes atts)
Start an
html element with the specified
attributes. |
void |
html(String att,
String val)
Start an
html element with the specified
attribute and value. |
void |
html(String att1,
String val1,
String att2,
String val2)
Start an
html element with the specified
attributes and values. |
void |
html(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
html element with the specified
attributes and values. |
void |
html(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
html element with the specified
attributes and values. |
void |
i()
Start an
i element with no attributes. |
void |
i(Attributes atts)
Start an
i element with the specified
attributes. |
void |
i(String att,
String val)
Start an
i element with the specified
attribute and value. |
void |
i(String att1,
String val1,
String att2,
String val2)
Start an
i element with the specified
attributes and values. |
void |
i(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
i element with the specified
attributes and values. |
void |
i(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
i element with the specified
attributes and values. |
void |
iframe()
Start an
iframe element with no attributes. |
void |
iframe(Attributes atts)
Start an
iframe element with the specified
attributes. |
void |
iframe(String att,
String val)
Start an
iframe element with the specified
attribute and value. |
void |
iframe(String att1,
String val1,
String att2,
String val2)
Start an
iframe element with the specified
attributes and values. |
void |
iframe(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
iframe element with the specified
attributes and values. |
void |
iframe(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
iframe element with the specified
attributes and values. |
void |
img()
Start an
img element with no attributes. |
void |
img(Attributes atts)
Start an
img element with the specified
attributes. |
void |
img(String att,
String val)
Start an
img element with the specified
attribute and value. |
void |
img(String att1,
String val1,
String att2,
String val2)
Start an
img element with the specified
attributes and values. |
void |
img(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
img element with the specified
attributes and values. |
void |
img(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
img element with the specified
attributes and values. |
void |
input()
Start an
input element with no attributes. |
void |
input(Attributes atts)
Start an
input element with the specified
attributes. |
void |
input(String att,
String val)
Start an
input element with the specified
attribute and value. |
void |
input(String att1,
String val1,
String att2,
String val2)
Start an
input element with the specified
attributes and values. |
void |
input(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
input element with the specified
attributes and values. |
void |
input(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
input element with the specified
attributes and values. |
void |
ins()
Start an
ins element with no attributes. |
void |
ins(Attributes atts)
Start an
ins element with the specified
attributes. |
void |
ins(String att,
String val)
Start an
ins element with the specified
attribute and value. |
void |
ins(String att1,
String val1,
String att2,
String val2)
Start an
ins element with the specified
attributes and values. |
void |
ins(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
ins element with the specified
attributes and values. |
void |
ins(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
ins element with the specified
attributes and values. |
void |
kbd()
Start an
kbd element with no attributes. |
void |
kbd(Attributes atts)
Start an
kbd element with the specified
attributes. |
void |
kbd(String att,
String val)
Start an
kbd element with the specified
attribute and value. |
void |
kbd(String att1,
String val1,
String att2,
String val2)
Start an
kbd element with the specified
attributes and values. |
void |
kbd(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
kbd element with the specified
attributes and values. |
void |
kbd(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
kbd element with the specified
attributes and values. |
void |
label()
Start an
label element with no attributes. |
void |
label(Attributes atts)
Start an
label element with the specified
attributes. |
void |
label(String att,
String val)
Start an
label element with the specified
attribute and value. |
void |
label(String att1,
String val1,
String att2,
String val2)
Start an
label element with the specified
attributes and values. |
void |
label(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
label element with the specified
attributes and values. |
void |
label(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
label element with the specified
attributes and values. |
void |
legend()
Start an
legend element with no attributes. |
void |
legend(Attributes atts)
Start an
legend element with the specified
attributes. |
void |
legend(String att,
String val)
Start an
legend element with the specified
attribute and value. |
void |
legend(String att1,
String val1,
String att2,
String val2)
Start an
legend element with the specified
attributes and values. |
void |
legend(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
legend element with the specified
attributes and values. |
void |
legend(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
legend element with the specified
attributes and values. |
void |
li()
Start an
li element with no attributes. |
void |
li(Attributes atts)
Start an
li element with the specified
attributes. |
void |
li(String att,
String val)
Start an
li element with the specified
attribute and value. |
void |
li(String att1,
String val1,
String att2,
String val2)
Start an
li element with the specified
attributes and values. |
void |
li(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
li element with the specified
attributes and values. |
void |
li(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
li element with the specified
attributes and values. |
void |
link()
Start an
link element with no attributes. |
void |
link(Attributes atts)
Start an
link element with the specified
attributes. |
void |
link(String att,
String val)
Start an
link element with the specified
attribute and value. |
void |
link(String att1,
String val1,
String att2,
String val2)
Start an
link element with the specified
attributes and values. |
void |
link(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
link element with the specified
attributes and values. |
void |
link(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
link element with the specified
attributes and values. |
void |
map()
Start an
map element with no attributes. |
void |
map(Attributes atts)
Start an
map element with the specified
attributes. |
void |
map(String att,
String val)
Start an
map element with the specified
attribute and value. |
void |
map(String att1,
String val1,
String att2,
String val2)
Start an
map element with the specified
attributes and values. |
void |
map(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
map element with the specified
attributes and values. |
void |
map(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
map element with the specified
attributes and values. |
void |
menu()
Start an
menu element with no attributes. |
void |
menu(Attributes atts)
Start an
menu element with the specified
attributes. |
void |
menu(String att,
String val)
Start an
menu element with the specified
attribute and value. |
void |
menu(String att1,
String val1,
String att2,
String val2)
Start an
menu element with the specified
attributes and values. |
void |
menu(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
menu element with the specified
attributes and values. |
void |
menu(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
menu element with the specified
attributes and values. |
void |
meta()
Start an
meta element with no attributes. |
void |
meta(Attributes atts)
Start an
meta element with the specified
attributes. |
void |
meta(String att,
String val)
Start an
meta element with the specified
attribute and value. |
void |
meta(String att1,
String val1,
String att2,
String val2)
Start an
meta element with the specified
attributes and values. |
void |
meta(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
meta element with the specified
attributes and values. |
void |
meta(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
meta element with the specified
attributes and values. |
void |
noframes()
Start an
noframes element with no attributes. |
void |
noframes(Attributes atts)
Start an
noframes element with the specified
attributes. |
void |
noframes(String att,
String val)
Start an
noframes element with the specified
attribute and value. |
void |
noframes(String att1,
String val1,
String att2,
String val2)
Start an
noframes element with the specified
attributes and values. |
void |
noframes(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
noframes element with the specified
attributes and values. |
void |
noframes(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
noframes element with the specified
attributes and values. |
void |
noscript()
Start an
noscript element with no attributes. |
void |
noscript(Attributes atts)
Start an
noscript element with the specified
attributes. |
void |
noscript(String att,
String val)
Start an
noscript element with the specified
attribute and value. |
void |
noscript(String att1,
String val1,
String att2,
String val2)
Start an
noscript element with the specified
attributes and values. |
void |
noscript(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
noscript element with the specified
attributes and values. |
void |
noscript(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
noscript element with the specified
attributes and values. |
void |
object()
Start an
object element with no attributes. |
void |
object(Attributes atts)
Start an
object element with the specified
attributes. |
void |
object(String att,
String val)
Start an
object element with the specified
attribute and value. |
void |
object(String att1,
String val1,
String att2,
String val2)
Start an
object element with the specified
attributes and values. |
void |
object(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
object element with the specified
attributes and values. |
void |
object(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
object element with the specified
attributes and values. |
void |
ol()
Start an
ol element with no attributes. |
void |
ol(Attributes atts)
Start an
ol element with the specified
attributes. |
void |
ol(String att,
String val)
Start an
ol element with the specified
attribute and value. |
void |
ol(String att1,
String val1,
String att2,
String val2)
Start an
ol element with the specified
attributes and values. |
void |
ol(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
ol element with the specified
attributes and values. |
void |
ol(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
ol element with the specified
attributes and values. |
void |
optgroup()
Start an
optgroup element with no attributes. |
void |
optgroup(Attributes atts)
Start an
optgroup element with the specified
attributes. |
void |
optgroup(String att,
String val)
Start an
optgroup element with the specified
attribute and value. |
void |
optgroup(String att1,
String val1,
String att2,
String val2)
Start an
optgroup element with the specified
attributes and values. |
void |
optgroup(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
optgroup element with the specified
attributes and values. |
void |
optgroup(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
optgroup element with the specified
attributes and values. |
void |
option()
Start an
option element with no attributes. |
void |
option(Attributes atts)
Start an
option element with the specified
attributes. |
void |
option(String att,
String val)
Start an
option element with the specified
attribute and value. |
void |
option(String att1,
String val1,
String att2,
String val2)
Start an
option element with the specified
attributes and values. |
void |
option(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
option element with the specified
attributes and values. |
void |
option(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
option element with the specified
attributes and values. |
void |
p()
Start an
p element with no attributes. |
void |
p(Attributes atts)
Start an
p element with the specified
attributes. |
void |
p(String att,
String val)
Start an
p element with the specified
attribute and value. |
void |
p(String att1,
String val1,
String att2,
String val2)
Start an
p element with the specified
attributes and values. |
void |
p(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
p element with the specified
attributes and values. |
void |
p(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
p element with the specified
attributes and values. |
void |
param()
Start an
param element with no attributes. |
void |
param(Attributes atts)
Start an
param element with the specified
attributes. |
void |
param(String att,
String val)
Start an
param element with the specified
attribute and value. |
void |
param(String att1,
String val1,
String att2,
String val2)
Start an
param element with the specified
attributes and values. |
void |
param(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
param element with the specified
attributes and values. |
void |
param(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
param element with the specified
attributes and values. |
void |
pre()
Start an
pre element with no attributes. |
void |
pre(Attributes atts)
Start an
pre element with the specified
attributes. |
void |
pre(String att,
String val)
Start an
pre element with the specified
attribute and value. |
void |
pre(String att1,
String val1,
String att2,
String val2)
Start an
pre element with the specified
attributes and values. |
void |
pre(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
pre element with the specified
attributes and values. |
void |
pre(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
pre element with the specified
attributes and values. |
void |
q()
Start an
q element with no attributes. |
void |
q(Attributes atts)
Start an
q element with the specified
attributes. |
void |
q(String att,
String val)
Start an
q element with the specified
attribute and value. |
void |
q(String att1,
String val1,
String att2,
String val2)
Start an
q element with the specified
attributes and values. |
void |
q(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
q element with the specified
attributes and values. |
void |
q(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
q element with the specified
attributes and values. |
void |
s()
Start an
s element with no attributes. |
void |
s(Attributes atts)
Start an
s element with the specified
attributes. |
void |
s(String att,
String val)
Start an
s element with the specified
attribute and value. |
void |
s(String att1,
String val1,
String att2,
String val2)
Start an
s element with the specified
attributes and values. |
void |
s(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
s element with the specified
attributes and values. |
void |
s(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
s element with the specified
attributes and values. |
void |
samp()
Start an
samp element with no attributes. |
void |
samp(Attributes atts)
Start an
samp element with the specified
attributes. |
void |
samp(String att,
String val)
Start an
samp element with the specified
attribute and value. |
void |
samp(String att1,
String val1,
String att2,
String val2)
Start an
samp element with the specified
attributes and values. |
void |
samp(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
samp element with the specified
attributes and values. |
void |
samp(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
samp element with the specified
attributes and values. |
void |
script()
Start an
script element with no attributes. |
void |
script(Attributes atts)
Start an
script element with the specified
attributes. |
void |
script(String att,
String val)
Start an
script element with the specified
attribute and value. |
void |
script(String att1,
String val1,
String att2,
String val2)
Start an
script element with the specified
attributes and values. |
void |
script(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
script element with the specified
attributes and values. |
void |
script(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
script element with the specified
attributes and values. |
void |
select()
Start an
select element with no attributes. |
void |
select(Attributes atts)
Start an
select element with the specified
attributes. |
void |
select(String att,
String val)
Start an
select element with the specified
attribute and value. |
void |
select(String att1,
String val1,
String att2,
String val2)
Start an
select element with the specified
attributes and values. |
void |
select(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
select element with the specified
attributes and values. |
void |
select(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
select element with the specified
attributes and values. |
void |
small()
Start an
small element with no attributes. |
void |
small(Attributes atts)
Start an
small element with the specified
attributes. |
void |
small(String att,
String val)
Start an
small element with the specified
attribute and value. |
void |
small(String att1,
String val1,
String att2,
String val2)
Start an
small element with the specified
attributes and values. |
void |
small(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
small element with the specified
attributes and values. |
void |
small(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
small element with the specified
attributes and values. |
void |
span()
Start an
span element with no attributes. |
void |
span(Attributes atts)
Start an
span element with the specified
attributes. |
void |
span(String att,
String val)
Start an
span element with the specified
attribute and value. |
void |
span(String att1,
String val1,
String att2,
String val2)
Start an
span element with the specified
attributes and values. |
void |
span(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
span element with the specified
attributes and values. |
void |
span(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
span element with the specified
attributes and values. |
void |
strike()
Start an
strike element with no attributes. |
void |
strike(Attributes atts)
Start an
strike element with the specified
attributes. |
void |
strike(String att,
String val)
Start an
strike element with the specified
attribute and value. |
void |
strike(String att1,
String val1,
String att2,
String val2)
Start an
strike element with the specified
attributes and values. |
void |
strike(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
strike element with the specified
attributes and values. |
void |
strike(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
strike element with the specified
attributes and values. |
void |
strong()
Start an
strong element with no attributes. |
void |
strong(Attributes atts)
Start an
strong element with the specified
attributes. |
void |
strong(String att,
String val)
Start an
strong element with the specified
attribute and value. |
void |
strong(String att1,
String val1,
String att2,
String val2)
Start an
strong element with the specified
attributes and values. |
void |
strong(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
strong element with the specified
attributes and values. |
void |
strong(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
strong element with the specified
attributes and values. |
void |
style()
Start an
style element with no attributes. |
void |
style(Attributes atts)
Start an
style element with the specified
attributes. |
void |
style(String att,
String val)
Start an
style element with the specified
attribute and value. |
void |
style(String att1,
String val1,
String att2,
String val2)
Start an
style element with the specified
attributes and values. |
void |
style(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
style element with the specified
attributes and values. |
void |
style(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
style element with the specified
attributes and values. |
void |
sub()
Start an
sub element with no attributes. |
void |
sub(Attributes atts)
Start an
sub element with the specified
attributes. |
void |
sub(String att,
String val)
Start an
sub element with the specified
attribute and value. |
void |
sub(String att1,
String val1,
String att2,
String val2)
Start an
sub element with the specified
attributes and values. |
void |
sub(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
sub element with the specified
attributes and values. |
void |
sub(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
sub element with the specified
attributes and values. |
void |
sup()
Start an
sup element with no attributes. |
void |
sup(Attributes atts)
Start an
sup element with the specified
attributes. |
void |
sup(String att,
String val)
Start an
sup element with the specified
attribute and value. |
void |
sup(String att1,
String val1,
String att2,
String val2)
Start an
sup element with the specified
attributes and values. |
void |
sup(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
sup element with the specified
attributes and values. |
void |
sup(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
sup element with the specified
attributes and values. |
void |
table()
Start an
table element with no attributes. |
void |
table(Attributes atts)
Start an
table element with the specified
attributes. |
void |
table(String att,
String val)
Start an
table element with the specified
attribute and value. |
void |
table(String att1,
String val1,
String att2,
String val2)
Start an
table element with the specified
attributes and values. |
void |
table(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
table element with the specified
attributes and values. |
void |
table(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
table element with the specified
attributes and values. |
void |
tbody()
Start an
tbody element with no attributes. |
void |
tbody(Attributes atts)
Start an
tbody element with the specified
attributes. |
void |
tbody(String att,
String val)
Start an
tbody element with the specified
attribute and value. |
void |
tbody(String att1,
String val1,
String att2,
String val2)
Start an
tbody element with the specified
attributes and values. |
void |
tbody(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
tbody element with the specified
attributes and values. |
void |
tbody(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
tbody element with the specified
attributes and values. |
void |
td()
Start an
td element with no attributes. |
void |
td(Attributes atts)
Start an
td element with the specified
attributes. |
void |
td(String att,
String val)
Start an
td element with the specified
attribute and value. |
void |
td(String att1,
String val1,
String att2,
String val2)
Start an
td element with the specified
attributes and values. |
void |
td(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
td element with the specified
attributes and values. |
void |
td(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
td element with the specified
attributes and values. |
void |
textarea()
Start an
textarea element with no attributes. |
void |
textarea(Attributes atts)
Start an
textarea element with the specified
attributes. |
void |
textarea(String att,
String val)
Start an
textarea element with the specified
attribute and value. |
void |
textarea(String att1,
String val1,
String att2,
String val2)
Start an
textarea element with the specified
attributes and values. |
void |
textarea(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
textarea element with the specified
attributes and values. |
void |
textarea(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
textarea element with the specified
attributes and values. |
void |
tfoot()
Start an
tfoot element with no attributes. |
void |
tfoot(Attributes atts)
Start an
tfoot element with the specified
attributes. |
void |
tfoot(String att,
String val)
Start an
tfoot element with the specified
attribute and value. |
void |
tfoot(String att1,
String val1,
String att2,
String val2)
Start an
tfoot element with the specified
attributes and values. |
void |
tfoot(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
tfoot element with the specified
attributes and values. |
void |
tfoot(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
tfoot element with the specified
attributes and values. |
void |
th()
Start an
th element with no attributes. |
void |
th(Attributes atts)
Start an
th element with the specified
attributes. |
void |
th(String att,
String val)
Start an
th element with the specified
attribute and value. |
void |
th(String att1,
String val1,
String att2,
String val2)
Start an
th element with the specified
attributes and values. |
void |
th(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
th element with the specified
attributes and values. |
void |
th(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
th element with the specified
attributes and values. |
void |
thead()
Start an
thead element with no attributes. |
void |
thead(Attributes atts)
Start an
thead element with the specified
attributes. |
void |
thead(String att,
String val)
Start an
thead element with the specified
attribute and value. |
void |
thead(String att1,
String val1,
String att2,
String val2)
Start an
thead element with the specified
attributes and values. |
void |
thead(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
thead element with the specified
attributes and values. |
void |
thead(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
thead element with the specified
attributes and values. |
void |
title()
Start an
title element with no attributes. |
void |
title(Attributes atts)
Start an
title element with the specified
attributes. |
void |
title(String att,
String val)
Start an
title element with the specified
attribute and value. |
void |
title(String att1,
String val1,
String att2,
String val2)
Start an
title element with the specified
attributes and values. |
void |
title(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
title element with the specified
attributes and values. |
void |
title(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
title element with the specified
attributes and values. |
void |
tr()
Start an
tr element with no attributes. |
void |
tr(Attributes atts)
Start an
tr element with the specified
attributes. |
void |
tr(String att,
String val)
Start an
tr element with the specified
attribute and value. |
void |
tr(String att1,
String val1,
String att2,
String val2)
Start an
tr element with the specified
attributes and values. |
void |
tr(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
tr element with the specified
attributes and values. |
void |
tr(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
tr element with the specified
attributes and values. |
void |
tt()
Start an
tt element with no attributes. |
void |
tt(Attributes atts)
Start an
tt element with the specified
attributes. |
void |
tt(String att,
String val)
Start an
tt element with the specified
attribute and value. |
void |
tt(String att1,
String val1,
String att2,
String val2)
Start an
tt element with the specified
attributes and values. |
void |
tt(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
tt element with the specified
attributes and values. |
void |
tt(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
tt element with the specified
attributes and values. |
void |
u()
Start an
u element with no attributes. |
void |
u(Attributes atts)
Start an
u element with the specified
attributes. |
void |
u(String att,
String val)
Start an
u element with the specified
attribute and value. |
void |
u(String att1,
String val1,
String att2,
String val2)
Start an
u element with the specified
attributes and values. |
void |
u(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
u element with the specified
attributes and values. |
void |
u(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
u element with the specified
attributes and values. |
void |
ul()
Start an
ul element with no attributes. |
void |
ul(Attributes atts)
Start an
ul element with the specified
attributes. |
void |
ul(String att,
String val)
Start an
ul element with the specified
attribute and value. |
void |
ul(String att1,
String val1,
String att2,
String val2)
Start an
ul element with the specified
attributes and values. |
void |
ul(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
ul element with the specified
attributes and values. |
void |
ul(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
ul element with the specified
attributes and values. |
void |
var()
Start an
var element with no attributes. |
void |
var(Attributes atts)
Start an
var element with the specified
attributes. |
void |
var(String att,
String val)
Start an
var element with the specified
attribute and value. |
void |
var(String att1,
String val1,
String att2,
String val2)
Start an
var element with the specified
attributes and values. |
void |
var(String att1,
String val1,
String att2,
String val2,
String att3,
String val3)
Start an
var element with the specified
attributes and values. |
void |
var(String att1,
String val1,
String att2,
String val2,
String att3,
String val3,
String att4,
String val4)
Start an
var element with the specified
attributes and values. |
characters, charsetName, comment, comment, endDocument, endElement, ignorableWhitespace, processingInstruction, setDTDString, setOutputStream, startDocument, startElement, startPrefixMappingaddSimpleAttribute, characters, characters, characters, characters, createAttributes, createAttributes, createAttributes, createAttributes, createAttributes, createAttributes, endSimpleElement, endSimpleElement, startEndSimpleElement, startEndSimpleElement, startSimpleElement, startSimpleElement, startSimpleElement, startSimpleElement, startSimpleElement, startSimpleElement, startSimpleElementendPrefixMapping, error, fatalError, notationDecl, resolveEntity, setDocumentLocator, skippedEntity, unparsedEntityDecl, warningpublic static final String A
a.public static final String ABBR
abbr.public static final String ACRONYM
acronym.public static final String ADDRESS
address.public static final String APPLET
applet.public static final String AREA
area.public static final String B
b.public static final String BASE
base.public static final String BASEFONT
basefont.public static final String BDO
bdo.public static final String BIG
big.public static final String BLOCKQUOTE
blockquote.public static final String BODY
body.public static final String BR
br.public static final String BUTTON
button.public static final String CAPTION
caption.public static final String CENTER
center.public static final String CITE
cite.public static final String CODE
code.public static final String COL
col.public static final String COLGROUP
colgroup.public static final String DD
dd.public static final String DEL
del.public static final String DFN
dfn.public static final String DIR
dir.public static final String DIV
div.public static final String DL
dl.public static final String DT
dt.public static final String EM
em.public static final String FIELDSET
fieldset.public static final String FONT
font.public static final String FORM
form.public static final String FRAME
frame.public static final String FRAMESET
frameset.public static final String HEAD
head.public static final String H1
h1.public static final String H2
h2.public static final String H3
h3.public static final String H4
h4.public static final String H5
h5.public static final String H6
h6.public static final String HR
hr.public static final String HTML
html.public static final String I
i.public static final String IFRAME
iframe.public static final String IMG
img.public static final String INPUT
input.public static final String INS
ins.public static final String KBD
kbd.public static final String LABEL
label.public static final String LEGEND
legend.public static final String LI
li.public static final String LINK
link.public static final String MAP
map.public static final String MENU
menu.public static final String META
meta.public static final String NOFRAMES
noframes.public static final String NOSCRIPT
noscript.public static final String OBJECT
object.public static final String OL
ol.public static final String OPTGROUP
optgroup.public static final String OPTION
option.public static final String P
p.public static final String PARAM
param.public static final String PRE
pre.public static final String Q
q.public static final String S
s.public static final String SAMP
samp.public static final String SCRIPT
script.public static final String SELECT
select.public static final String SMALL
small.public static final String SPAN
span.public static final String STRIKE
strike.public static final String STRONG
strong.public static final String STYLE
style.public static final String SUB
sub.public static final String SUP
sup.public static final String TABLE
table.public static final String TBODY
tbody.public static final String TD
td.public static final String TEXTAREA
textarea.public static final String TFOOT
tfoot.public static final String TH
th.public static final String THEAD
thead.public static final String TITLE
title.public static final String TR
tr.public static final String TT
tt.public static final String U
u.public static final String UL
ul.public static final String VAR
var.public static final String ABBR_ATT
abbr attribute.public static final String ACCEPT
accept attribute.public static final String ACCEPT_CHARSET
accept-charset attribute.public static final String ACCESSKEY
accesskey attribute.public static final String ACTION
action attribute.public static final String ALIGN
align attribute.public static final String ALT
alt attribute.public static final String ARCHIVE
archive attribute.public static final String AXIS
axis attribute.public static final String BORDER
border attribute.public static final String CELLSPACING
cellspacing attribute.public static final String CELLPADDING
cellpadding attribute.public static final String CHAR
char attribute.public static final String CHAROFF
charoff attribute.public static final String CHARSET
charset attribute.public static final String CHECKED
checked attribute.public static final String CITE_ATT
cite attribute.public static final String CLASS
class attribute.public static final String CLASSID
classid attribute.public static final String CODEBASE
codebase attribute.public static final String CODETYPE
codetype attribute.public static final String COLS
cols attribute.public static final String COLSPAN
colspan attribute.public static final String CONTENT
content attribute.public static final String COORDS
coords attribute.public static final String DATA
data attribute.public static final String DATETIME
datetime attribute.public static final String DECLARE
declare attribute.public static final String DEFER
defer attribute.public static final String DIR_ATT
dir attribute.public static final String DISABLED
disabled attribute.public static final String ENCTYPE
enctype attribute.public static final String FOR
for attribute.public static final String FRAME_ATT
frame attribute.public static final String HEADERS
headers attribute.public static final String HEIGHT
height attribute.public static final String HREF
href attribute.public static final String HREFLANG
hreflang attribute.public static final String HTTP_EQUIV
http-equiv attribute.public static final String ID
id attribute.public static final String ISMAP
ismap attribute.public static final String LABEL_ATT
label attribute.public static final String LANG
lang attribute.public static final String LONGDESC
longdesc attribute.public static final String MAXLENGTH
maxlength attribute.public static final String MEDIA
media attribute.public static final String METHOD
method attribute.public static final String MULTIPLE
multiple attribute.public static final String NAME
name attribute.public static final String NOHREF
nohref attribute.public static final String ONBLUR
onblur attribute.public static final String ONCHANGE
onchange attribute.public static final String ONCLICK
onclick attribute.public static final String ONDBLCLICK
ondblclick attribute.public static final String ONFOCUS
onfocus attribute.public static final String ONKEYDOWN
onkeydown attribute.public static final String ONKEYPRESS
onkeypress attribute.public static final String ONKEYUP
onkeyup attribute.public static final String ONLOAD
onload attribute.public static final String ONMOUSEDOWN
onmousedown attribute.public static final String ONMOUSEMOVE
onmousemove attribute.public static final String ONMOUSEOUT
onmouseout attribute.public static final String ONMOUSEOVER
onmouseover attribute.public static final String ONMOUSEUP
onmouseup attribute.public static final String ONRESET
onreset attribute.public static final String ONSELECT
onselect attribute.public static final String ONSUBMIT
onsubmit attribute.public static final String ONUNLOAD
onunload attribute.public static final String PROFILE
profile attribute.public static final String READONLY
readonly attribute.public static final String REL
rel attribute.public static final String REV
rev attribute.public static final String ROWS
rows attribute.public static final String ROWSPAN
rowspan attribute.public static final String RULES
rules attribute.public static final String SCHEME
scheme attribute.public static final String SCOPE
scope attribute.public static final String SELECTED
selected attribute.public static final String SHAPE
shape attribute.public static final String SIZE
size attribute.public static final String SPAN_ATT
span attribute.public static final String SRC
src attribute.public static final String STANDBY
standby attribute.public static final String STYLE_ATT
style attribute.public static final String SUMMARY
summary attribute.public static final String TABINDEX
tabindex attribute.public static final String TITLE_ATT
title attribute.public static final String TYPE
type attribute.public static final String USEMAP
usemap attribute.public static final String VALIGN
valign attribute.public static final String VALUE
value attribute.public static final String VALUETYPE
valuetype attribute.public static final String WIDTH
width attribute.public static final String XML_LANG
xml:lang attribute.public static final String XML_SPACE
xml:space attribute.public static final String XMLNS
xmlns attribute.public XHtmlWriter(OutputStream out, String charsetName) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic XHtmlWriter()
public void a()
throws SAXException
a element with no attributes.SAXException - If there is an underlying SAX exception.public void a(Attributes atts) throws SAXException
a element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void a(String att, String val) throws SAXException
a element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void a(String att1, String val1, String att2, String val2) throws SAXException
a element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void a(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
a element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void a(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
a element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void abbr()
throws SAXException
abbr element with no attributes.SAXException - If there is an underlying SAX exception.public void abbr(Attributes atts) throws SAXException
abbr element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void abbr(String att, String val) throws SAXException
abbr element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void abbr(String att1, String val1, String att2, String val2) throws SAXException
abbr element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void abbr(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
abbr element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void abbr(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
abbr element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void acronym()
throws SAXException
acronym element with no attributes.SAXException - If there is an underlying SAX exception.public void acronym(Attributes atts) throws SAXException
acronym element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void acronym(String att, String val) throws SAXException
acronym element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void acronym(String att1, String val1, String att2, String val2) throws SAXException
acronym element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void acronym(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
acronym element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void acronym(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
acronym element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void address()
throws SAXException
address element with no attributes.SAXException - If there is an underlying SAX exception.public void address(Attributes atts) throws SAXException
address element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void address(String att, String val) throws SAXException
address element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void address(String att1, String val1, String att2, String val2) throws SAXException
address element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void address(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
address element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void address(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
address element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void applet()
throws SAXException
applet element with no attributes.SAXException - If there is an underlying SAX exception.public void applet(Attributes atts) throws SAXException
applet element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void applet(String att, String val) throws SAXException
applet element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void applet(String att1, String val1, String att2, String val2) throws SAXException
applet element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void applet(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
applet element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void applet(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
applet element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void area()
throws SAXException
area element with no attributes.SAXException - If there is an underlying SAX exception.public void area(Attributes atts) throws SAXException
area element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void area(String att, String val) throws SAXException
area element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void area(String att1, String val1, String att2, String val2) throws SAXException
area element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void area(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
area element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void area(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
area element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void b()
throws SAXException
b element with no attributes.SAXException - If there is an underlying SAX exception.public void b(Attributes atts) throws SAXException
b element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void b(String att, String val) throws SAXException
b element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void b(String att1, String val1, String att2, String val2) throws SAXException
b element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void b(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
b element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void b(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
b element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void base()
throws SAXException
base element with no attributes.SAXException - If there is an underlying SAX exception.public void base(Attributes atts) throws SAXException
base element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void base(String att, String val) throws SAXException
base element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void base(String att1, String val1, String att2, String val2) throws SAXException
base element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void base(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
base element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void base(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
base element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void basefont()
throws SAXException
basefont element with no attributes.SAXException - If there is an underlying SAX exception.public void basefont(Attributes atts) throws SAXException
basefont element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void basefont(String att, String val) throws SAXException
basefont element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void basefont(String att1, String val1, String att2, String val2) throws SAXException
basefont element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void basefont(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
basefont element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void basefont(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
basefont element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void bdo()
throws SAXException
bdo element with no attributes.SAXException - If there is an underlying SAX exception.public void bdo(Attributes atts) throws SAXException
bdo element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void bdo(String att, String val) throws SAXException
bdo element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void bdo(String att1, String val1, String att2, String val2) throws SAXException
bdo element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void bdo(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
bdo element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void bdo(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
bdo element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void big()
throws SAXException
big element with no attributes.SAXException - If there is an underlying SAX exception.public void big(Attributes atts) throws SAXException
big element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void big(String att, String val) throws SAXException
big element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void big(String att1, String val1, String att2, String val2) throws SAXException
big element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void big(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
big element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void big(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
big element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void blockquote()
throws SAXException
blockquote element with no attributes.SAXException - If there is an underlying SAX exception.public void blockquote(Attributes atts) throws SAXException
blockquote element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void blockquote(String att, String val) throws SAXException
blockquote element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void blockquote(String att1, String val1, String att2, String val2) throws SAXException
blockquote element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void blockquote(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
blockquote element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void blockquote(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
blockquote element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void body()
throws SAXException
body element with no attributes.SAXException - If there is an underlying SAX exception.public void body(Attributes atts) throws SAXException
body element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void body(String att, String val) throws SAXException
body element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void body(String att1, String val1, String att2, String val2) throws SAXException
body element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void body(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
body element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void body(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
body element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void br()
throws SAXException
br element with no attributes.SAXException - If there is an underlying SAX exception.public void br(Attributes atts) throws SAXException
br element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void br(String att, String val) throws SAXException
br element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void br(String att1, String val1, String att2, String val2) throws SAXException
br element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void br(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
br element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void br(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
br element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void button()
throws SAXException
button element with no attributes.SAXException - If there is an underlying SAX exception.public void button(Attributes atts) throws SAXException
button element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void button(String att, String val) throws SAXException
button element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void button(String att1, String val1, String att2, String val2) throws SAXException
button element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void button(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
button element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void button(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
button element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void caption()
throws SAXException
caption element with no attributes.SAXException - If there is an underlying SAX exception.public void caption(Attributes atts) throws SAXException
caption element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void caption(String att, String val) throws SAXException
caption element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void caption(String att1, String val1, String att2, String val2) throws SAXException
caption element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void caption(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
caption element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void caption(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
caption element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void center()
throws SAXException
center element with no attributes.SAXException - If there is an underlying SAX exception.public void center(Attributes atts) throws SAXException
center element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void center(String att, String val) throws SAXException
center element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void center(String att1, String val1, String att2, String val2) throws SAXException
center element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void center(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
center element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void center(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
center element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void cite()
throws SAXException
cite element with no attributes.SAXException - If there is an underlying SAX exception.public void cite(Attributes atts) throws SAXException
cite element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void cite(String att, String val) throws SAXException
cite element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void cite(String att1, String val1, String att2, String val2) throws SAXException
cite element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void cite(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
cite element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void cite(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
cite element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void code()
throws SAXException
code element with no attributes.SAXException - If there is an underlying SAX exception.public void code(Attributes atts) throws SAXException
code element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void code(String att, String val) throws SAXException
code element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void code(String att1, String val1, String att2, String val2) throws SAXException
code element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void code(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
code element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void code(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
code element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void col()
throws SAXException
col element with no attributes.SAXException - If there is an underlying SAX exception.public void col(Attributes atts) throws SAXException
col element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void col(String att, String val) throws SAXException
col element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void col(String att1, String val1, String att2, String val2) throws SAXException
col element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void col(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
col element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void col(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
col element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void colgroup()
throws SAXException
colgroup element with no attributes.SAXException - If there is an underlying SAX exception.public void colgroup(Attributes atts) throws SAXException
colgroup element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void colgroup(String att, String val) throws SAXException
colgroup element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void colgroup(String att1, String val1, String att2, String val2) throws SAXException
colgroup element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void colgroup(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
colgroup element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void colgroup(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
colgroup element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void dd()
throws SAXException
dd element with no attributes.SAXException - If there is an underlying SAX exception.public void dd(Attributes atts) throws SAXException
dd element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void dd(String att, String val) throws SAXException
dd element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void dd(String att1, String val1, String att2, String val2) throws SAXException
dd element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void dd(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
dd element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void dd(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
dd element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void del()
throws SAXException
del element with no attributes.SAXException - If there is an underlying SAX exception.public void del(Attributes atts) throws SAXException
del element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void del(String att, String val) throws SAXException
del element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void del(String att1, String val1, String att2, String val2) throws SAXException
del element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void del(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
del element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void del(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
del element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void dfn()
throws SAXException
dfn element with no attributes.SAXException - If there is an underlying SAX exception.public void dfn(Attributes atts) throws SAXException
dfn element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void dfn(String att, String val) throws SAXException
dfn element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void dfn(String att1, String val1, String att2, String val2) throws SAXException
dfn element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void dfn(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
dfn element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void dfn(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
dfn element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void dir()
throws SAXException
dir element with no attributes.SAXException - If there is an underlying SAX exception.public void dir(Attributes atts) throws SAXException
dir element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void dir(String att, String val) throws SAXException
dir element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void dir(String att1, String val1, String att2, String val2) throws SAXException
dir element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void dir(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
dir element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void dir(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
dir element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void div()
throws SAXException
div element with no attributes.SAXException - If there is an underlying SAX exception.public void div(Attributes atts) throws SAXException
div element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void div(String att, String val) throws SAXException
div element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void div(String att1, String val1, String att2, String val2) throws SAXException
div element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void div(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
div element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void div(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
div element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void dl()
throws SAXException
dl element with no attributes.SAXException - If there is an underlying SAX exception.public void dl(Attributes atts) throws SAXException
dl element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void dl(String att, String val) throws SAXException
dl element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void dl(String att1, String val1, String att2, String val2) throws SAXException
dl element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void dl(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
dl element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void dl(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
dl element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void dt()
throws SAXException
dt element with no attributes.SAXException - If there is an underlying SAX exception.public void dt(Attributes atts) throws SAXException
dt element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void dt(String att, String val) throws SAXException
dt element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void dt(String att1, String val1, String att2, String val2) throws SAXException
dt element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void dt(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
dt element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void dt(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
dt element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void em()
throws SAXException
em element with no attributes.SAXException - If there is an underlying SAX exception.public void em(Attributes atts) throws SAXException
em element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void em(String att, String val) throws SAXException
em element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void em(String att1, String val1, String att2, String val2) throws SAXException
em element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void em(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
em element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void em(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
em element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void fieldset()
throws SAXException
fieldset element with no attributes.SAXException - If there is an underlying SAX exception.public void fieldset(Attributes atts) throws SAXException
fieldset element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void fieldset(String att, String val) throws SAXException
fieldset element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void fieldset(String att1, String val1, String att2, String val2) throws SAXException
fieldset element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void fieldset(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
fieldset element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void fieldset(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
fieldset element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void font()
throws SAXException
font element with no attributes.SAXException - If there is an underlying SAX exception.public void font(Attributes atts) throws SAXException
font element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void font(String att, String val) throws SAXException
font element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void font(String att1, String val1, String att2, String val2) throws SAXException
font element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void font(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
font element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void font(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
font element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void form()
throws SAXException
form element with no attributes.SAXException - If there is an underlying SAX exception.public void form(Attributes atts) throws SAXException
form element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void form(String att, String val) throws SAXException
form element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void form(String att1, String val1, String att2, String val2) throws SAXException
form element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void form(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
form element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void form(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
form element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void frame()
throws SAXException
frame element with no attributes.SAXException - If there is an underlying SAX exception.public void frame(Attributes atts) throws SAXException
frame element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void frame(String att, String val) throws SAXException
frame element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void frame(String att1, String val1, String att2, String val2) throws SAXException
frame element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void frame(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
frame element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void frame(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
frame element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void frameset()
throws SAXException
frameset element with no attributes.SAXException - If there is an underlying SAX exception.public void frameset(Attributes atts) throws SAXException
frameset element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void frameset(String att, String val) throws SAXException
frameset element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void frameset(String att1, String val1, String att2, String val2) throws SAXException
frameset element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void frameset(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
frameset element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void frameset(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
frameset element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void head()
throws SAXException
head element with no attributes.SAXException - If there is an underlying SAX exception.public void head(Attributes atts) throws SAXException
head element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void head(String att, String val) throws SAXException
head element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void head(String att1, String val1, String att2, String val2) throws SAXException
head element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void head(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
head element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void head(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
head element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void h1()
throws SAXException
h1 element with no attributes.SAXException - If there is an underlying SAX exception.public void h1(Attributes atts) throws SAXException
h1 element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void h1(String att, String val) throws SAXException
h1 element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void h1(String att1, String val1, String att2, String val2) throws SAXException
h1 element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void h1(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
h1 element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void h1(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
h1 element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void h2()
throws SAXException
h2 element with no attributes.SAXException - If there is an underlying SAX exception.public void h2(Attributes atts) throws SAXException
h2 element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void h2(String att, String val) throws SAXException
h2 element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void h2(String att1, String val1, String att2, String val2) throws SAXException
h2 element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void h2(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
h2 element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void h2(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
h2 element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void h3()
throws SAXException
h3 element with no attributes.SAXException - If there is an underlying SAX exception.public void h3(Attributes atts) throws SAXException
h3 element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void h3(String att, String val) throws SAXException
h3 element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void h3(String att1, String val1, String att2, String val2) throws SAXException
h3 element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void h3(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
h3 element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void h3(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
h3 element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void h4()
throws SAXException
h4 element with no attributes.SAXException - If there is an underlying SAX exception.public void h4(Attributes atts) throws SAXException
h4 element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void h4(String att, String val) throws SAXException
h4 element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void h4(String att1, String val1, String att2, String val2) throws SAXException
h4 element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void h4(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
h4 element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void h4(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
h4 element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void h5()
throws SAXException
h5 element with no attributes.SAXException - If there is an underlying SAX exception.public void h5(Attributes atts) throws SAXException
h5 element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void h5(String att, String val) throws SAXException
h5 element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void h5(String att1, String val1, String att2, String val2) throws SAXException
h5 element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void h5(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
h5 element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void h5(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
h5 element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void h6()
throws SAXException
h6 element with no attributes.SAXException - If there is an underlying SAX exception.public void h6(Attributes atts) throws SAXException
h6 element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void h6(String att, String val) throws SAXException
h6 element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void h6(String att1, String val1, String att2, String val2) throws SAXException
h6 element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void h6(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
h6 element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void h6(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
h6 element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void hr()
throws SAXException
hr element with no attributes.SAXException - If there is an underlying SAX exception.public void hr(Attributes atts) throws SAXException
hr element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void hr(String att, String val) throws SAXException
hr element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void hr(String att1, String val1, String att2, String val2) throws SAXException
hr element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void hr(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
hr element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void hr(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
hr element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void html()
throws SAXException
html element with no attributes.SAXException - If there is an underlying SAX exception.public void html(Attributes atts) throws SAXException
html element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void html(String att, String val) throws SAXException
html element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void html(String att1, String val1, String att2, String val2) throws SAXException
html element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void html(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
html element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void html(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
html element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void i()
throws SAXException
i element with no attributes.SAXException - If there is an underlying SAX exception.public void i(Attributes atts) throws SAXException
i element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void i(String att, String val) throws SAXException
i element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void i(String att1, String val1, String att2, String val2) throws SAXException
i element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void i(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
i element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void i(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
i element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void iframe()
throws SAXException
iframe element with no attributes.SAXException - If there is an underlying SAX exception.public void iframe(Attributes atts) throws SAXException
iframe element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void iframe(String att, String val) throws SAXException
iframe element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void iframe(String att1, String val1, String att2, String val2) throws SAXException
iframe element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void iframe(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
iframe element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void iframe(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
iframe element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void img()
throws SAXException
img element with no attributes.SAXException - If there is an underlying SAX exception.public void img(Attributes atts) throws SAXException
img element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void img(String att, String val) throws SAXException
img element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void img(String att1, String val1, String att2, String val2) throws SAXException
img element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void img(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
img element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void img(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
img element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void input()
throws SAXException
input element with no attributes.SAXException - If there is an underlying SAX exception.public void input(Attributes atts) throws SAXException
input element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void input(String att, String val) throws SAXException
input element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void input(String att1, String val1, String att2, String val2) throws SAXException
input element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void input(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
input element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void input(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
input element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void ins()
throws SAXException
ins element with no attributes.SAXException - If there is an underlying SAX exception.public void ins(Attributes atts) throws SAXException
ins element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void ins(String att, String val) throws SAXException
ins element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void ins(String att1, String val1, String att2, String val2) throws SAXException
ins element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void ins(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
ins element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void ins(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
ins element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void kbd()
throws SAXException
kbd element with no attributes.SAXException - If there is an underlying SAX exception.public void kbd(Attributes atts) throws SAXException
kbd element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void kbd(String att, String val) throws SAXException
kbd element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void kbd(String att1, String val1, String att2, String val2) throws SAXException
kbd element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void kbd(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
kbd element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void kbd(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
kbd element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void label()
throws SAXException
label element with no attributes.SAXException - If there is an underlying SAX exception.public void label(Attributes atts) throws SAXException
label element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void label(String att, String val) throws SAXException
label element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void label(String att1, String val1, String att2, String val2) throws SAXException
label element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void label(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
label element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void label(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
label element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void legend()
throws SAXException
legend element with no attributes.SAXException - If there is an underlying SAX exception.public void legend(Attributes atts) throws SAXException
legend element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void legend(String att, String val) throws SAXException
legend element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void legend(String att1, String val1, String att2, String val2) throws SAXException
legend element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void legend(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
legend element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void legend(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
legend element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void li()
throws SAXException
li element with no attributes.SAXException - If there is an underlying SAX exception.public void li(Attributes atts) throws SAXException
li element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void li(String att, String val) throws SAXException
li element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void li(String att1, String val1, String att2, String val2) throws SAXException
li element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void li(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
li element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void li(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
li element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void link()
throws SAXException
link element with no attributes.SAXException - If there is an underlying SAX exception.public void link(Attributes atts) throws SAXException
link element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void link(String att, String val) throws SAXException
link element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void link(String att1, String val1, String att2, String val2) throws SAXException
link element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void link(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
link element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void link(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
link element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void map()
throws SAXException
map element with no attributes.SAXException - If there is an underlying SAX exception.public void map(Attributes atts) throws SAXException
map element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void map(String att, String val) throws SAXException
map element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void map(String att1, String val1, String att2, String val2) throws SAXException
map element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void map(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
map element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void map(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
map element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void menu()
throws SAXException
menu element with no attributes.SAXException - If there is an underlying SAX exception.public void menu(Attributes atts) throws SAXException
menu element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void menu(String att, String val) throws SAXException
menu element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void menu(String att1, String val1, String att2, String val2) throws SAXException
menu element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void menu(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
menu element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void menu(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
menu element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void meta()
throws SAXException
meta element with no attributes.SAXException - If there is an underlying SAX exception.public void meta(Attributes atts) throws SAXException
meta element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void meta(String att, String val) throws SAXException
meta element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void meta(String att1, String val1, String att2, String val2) throws SAXException
meta element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void meta(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
meta element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void meta(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
meta element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void noframes()
throws SAXException
noframes element with no attributes.SAXException - If there is an underlying SAX exception.public void noframes(Attributes atts) throws SAXException
noframes element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void noframes(String att, String val) throws SAXException
noframes element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void noframes(String att1, String val1, String att2, String val2) throws SAXException
noframes element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void noframes(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
noframes element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void noframes(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
noframes element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void noscript()
throws SAXException
noscript element with no attributes.SAXException - If there is an underlying SAX exception.public void noscript(Attributes atts) throws SAXException
noscript element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void noscript(String att, String val) throws SAXException
noscript element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void noscript(String att1, String val1, String att2, String val2) throws SAXException
noscript element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void noscript(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
noscript element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void noscript(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
noscript element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void object()
throws SAXException
object element with no attributes.SAXException - If there is an underlying SAX exception.public void object(Attributes atts) throws SAXException
object element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void object(String att, String val) throws SAXException
object element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void object(String att1, String val1, String att2, String val2) throws SAXException
object element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void object(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
object element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void object(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
object element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void ol()
throws SAXException
ol element with no attributes.SAXException - If there is an underlying SAX exception.public void ol(Attributes atts) throws SAXException
ol element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void ol(String att, String val) throws SAXException
ol element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void ol(String att1, String val1, String att2, String val2) throws SAXException
ol element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void ol(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
ol element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void ol(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
ol element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void optgroup()
throws SAXException
optgroup element with no attributes.SAXException - If there is an underlying SAX exception.public void optgroup(Attributes atts) throws SAXException
optgroup element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void optgroup(String att, String val) throws SAXException
optgroup element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void optgroup(String att1, String val1, String att2, String val2) throws SAXException
optgroup element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void optgroup(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
optgroup element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void optgroup(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
optgroup element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void option()
throws SAXException
option element with no attributes.SAXException - If there is an underlying SAX exception.public void option(Attributes atts) throws SAXException
option element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void option(String att, String val) throws SAXException
option element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void option(String att1, String val1, String att2, String val2) throws SAXException
option element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void option(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
option element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void option(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
option element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void p()
throws SAXException
p element with no attributes.SAXException - If there is an underlying SAX exception.public void p(Attributes atts) throws SAXException
p element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void p(String att, String val) throws SAXException
p element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void p(String att1, String val1, String att2, String val2) throws SAXException
p element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void p(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
p element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void p(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
p element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void param()
throws SAXException
param element with no attributes.SAXException - If there is an underlying SAX exception.public void param(Attributes atts) throws SAXException
param element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void param(String att, String val) throws SAXException
param element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void param(String att1, String val1, String att2, String val2) throws SAXException
param element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void param(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
param element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void param(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
param element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void pre()
throws SAXException
pre element with no attributes.SAXException - If there is an underlying SAX exception.public void pre(Attributes atts) throws SAXException
pre element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void pre(String att, String val) throws SAXException
pre element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void pre(String att1, String val1, String att2, String val2) throws SAXException
pre element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void pre(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
pre element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void pre(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
pre element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void q()
throws SAXException
q element with no attributes.SAXException - If there is an underlying SAX exception.public void q(Attributes atts) throws SAXException
q element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void q(String att, String val) throws SAXException
q element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void q(String att1, String val1, String att2, String val2) throws SAXException
q element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void q(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
q element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void q(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
q element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void s()
throws SAXException
s element with no attributes.SAXException - If there is an underlying SAX exception.public void s(Attributes atts) throws SAXException
s element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void s(String att, String val) throws SAXException
s element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void s(String att1, String val1, String att2, String val2) throws SAXException
s element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void s(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
s element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void s(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
s element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void samp()
throws SAXException
samp element with no attributes.SAXException - If there is an underlying SAX exception.public void samp(Attributes atts) throws SAXException
samp element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void samp(String att, String val) throws SAXException
samp element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void samp(String att1, String val1, String att2, String val2) throws SAXException
samp element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void samp(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
samp element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void samp(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
samp element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void script()
throws SAXException
script element with no attributes.SAXException - If there is an underlying SAX exception.public void script(Attributes atts) throws SAXException
script element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void script(String att, String val) throws SAXException
script element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void script(String att1, String val1, String att2, String val2) throws SAXException
script element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void script(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
script element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void script(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
script element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void select()
throws SAXException
select element with no attributes.SAXException - If there is an underlying SAX exception.public void select(Attributes atts) throws SAXException
select element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void select(String att, String val) throws SAXException
select element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void select(String att1, String val1, String att2, String val2) throws SAXException
select element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void select(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
select element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void select(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
select element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void small()
throws SAXException
small element with no attributes.SAXException - If there is an underlying SAX exception.public void small(Attributes atts) throws SAXException
small element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void small(String att, String val) throws SAXException
small element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void small(String att1, String val1, String att2, String val2) throws SAXException
small element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void small(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
small element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void small(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
small element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void span()
throws SAXException
span element with no attributes.SAXException - If there is an underlying SAX exception.public void span(Attributes atts) throws SAXException
span element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void span(String att, String val) throws SAXException
span element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void span(String att1, String val1, String att2, String val2) throws SAXException
span element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void span(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
span element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void span(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
span element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void strike()
throws SAXException
strike element with no attributes.SAXException - If there is an underlying SAX exception.public void strike(Attributes atts) throws SAXException
strike element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void strike(String att, String val) throws SAXException
strike element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void strike(String att1, String val1, String att2, String val2) throws SAXException
strike element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void strike(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
strike element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void strike(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
strike element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void strong()
throws SAXException
strong element with no attributes.SAXException - If there is an underlying SAX exception.public void strong(Attributes atts) throws SAXException
strong element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void strong(String att, String val) throws SAXException
strong element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void strong(String att1, String val1, String att2, String val2) throws SAXException
strong element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void strong(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
strong element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void strong(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
strong element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void style()
throws SAXException
style element with no attributes.SAXException - If there is an underlying SAX exception.public void style(Attributes atts) throws SAXException
style element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void style(String att, String val) throws SAXException
style element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void style(String att1, String val1, String att2, String val2) throws SAXException
style element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void style(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
style element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void style(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
style element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void sub()
throws SAXException
sub element with no attributes.SAXException - If there is an underlying SAX exception.public void sub(Attributes atts) throws SAXException
sub element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void sub(String att, String val) throws SAXException
sub element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void sub(String att1, String val1, String att2, String val2) throws SAXException
sub element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void sub(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
sub element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void sub(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
sub element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void sup()
throws SAXException
sup element with no attributes.SAXException - If there is an underlying SAX exception.public void sup(Attributes atts) throws SAXException
sup element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void sup(String att, String val) throws SAXException
sup element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void sup(String att1, String val1, String att2, String val2) throws SAXException
sup element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void sup(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
sup element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void sup(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
sup element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void table()
throws SAXException
table element with no attributes.SAXException - If there is an underlying SAX exception.public void table(Attributes atts) throws SAXException
table element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void table(String att, String val) throws SAXException
table element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void table(String att1, String val1, String att2, String val2) throws SAXException
table element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void table(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
table element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void table(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
table element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void tbody()
throws SAXException
tbody element with no attributes.SAXException - If there is an underlying SAX exception.public void tbody(Attributes atts) throws SAXException
tbody element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void tbody(String att, String val) throws SAXException
tbody element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void tbody(String att1, String val1, String att2, String val2) throws SAXException
tbody element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void tbody(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
tbody element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void tbody(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
tbody element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void td()
throws SAXException
td element with no attributes.SAXException - If there is an underlying SAX exception.public void td(Attributes atts) throws SAXException
td element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void td(String att, String val) throws SAXException
td element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void td(String att1, String val1, String att2, String val2) throws SAXException
td element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void td(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
td element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void td(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
td element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void textarea()
throws SAXException
textarea element with no attributes.SAXException - If there is an underlying SAX exception.public void textarea(Attributes atts) throws SAXException
textarea element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void textarea(String att, String val) throws SAXException
textarea element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void textarea(String att1, String val1, String att2, String val2) throws SAXException
textarea element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void textarea(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
textarea element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void textarea(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
textarea element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void tfoot()
throws SAXException
tfoot element with no attributes.SAXException - If there is an underlying SAX exception.public void tfoot(Attributes atts) throws SAXException
tfoot element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void tfoot(String att, String val) throws SAXException
tfoot element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void tfoot(String att1, String val1, String att2, String val2) throws SAXException
tfoot element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void tfoot(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
tfoot element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void tfoot(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
tfoot element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void th()
throws SAXException
th element with no attributes.SAXException - If there is an underlying SAX exception.public void th(Attributes atts) throws SAXException
th element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void th(String att, String val) throws SAXException
th element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void th(String att1, String val1, String att2, String val2) throws SAXException
th element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void th(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
th element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void th(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
th element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void thead()
throws SAXException
thead element with no attributes.SAXException - If there is an underlying SAX exception.public void thead(Attributes atts) throws SAXException
thead element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void thead(String att, String val) throws SAXException
thead element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void thead(String att1, String val1, String att2, String val2) throws SAXException
thead element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void thead(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
thead element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void thead(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
thead element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void title()
throws SAXException
title element with no attributes.SAXException - If there is an underlying SAX exception.public void title(Attributes atts) throws SAXException
title element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void title(String att, String val) throws SAXException
title element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void title(String att1, String val1, String att2, String val2) throws SAXException
title element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void title(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
title element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void title(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
title element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void tr()
throws SAXException
tr element with no attributes.SAXException - If there is an underlying SAX exception.public void tr(Attributes atts) throws SAXException
tr element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void tr(String att, String val) throws SAXException
tr element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void tr(String att1, String val1, String att2, String val2) throws SAXException
tr element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void tr(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
tr element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void tr(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
tr element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void tt()
throws SAXException
tt element with no attributes.SAXException - If there is an underlying SAX exception.public void tt(Attributes atts) throws SAXException
tt element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void tt(String att, String val) throws SAXException
tt element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void tt(String att1, String val1, String att2, String val2) throws SAXException
tt element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void tt(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
tt element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void tt(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
tt element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void u()
throws SAXException
u element with no attributes.SAXException - If there is an underlying SAX exception.public void u(Attributes atts) throws SAXException
u element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void u(String att, String val) throws SAXException
u element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void u(String att1, String val1, String att2, String val2) throws SAXException
u element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void u(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
u element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void u(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
u element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void ul()
throws SAXException
ul element with no attributes.SAXException - If there is an underlying SAX exception.public void ul(Attributes atts) throws SAXException
ul element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void ul(String att, String val) throws SAXException
ul element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void ul(String att1, String val1, String att2, String val2) throws SAXException
ul element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void ul(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
ul element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void ul(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
ul element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.public void var()
throws SAXException
var element with no attributes.SAXException - If there is an underlying SAX exception.public void var(Attributes atts) throws SAXException
var element with the specified
attributes.atts - Attributes for element.SAXException - If there is an underlying SAX exception.public void var(String att, String val) throws SAXException
var element with the specified
attribute and value.att - Qualified name of attribute.val - Value of attribute.SAXException - If there is an underlying SAX exception.public void var(String att1, String val1, String att2, String val2) throws SAXException
var element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.SAXException - If there is an underlying SAX exception.public void var(String att1, String val1, String att2, String val2, String att3, String val3) throws SAXException
var element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.SAXException - If there is an underlying SAX exception.public void var(String att1, String val1, String att2, String val2, String att3, String val3, String att4, String val4) throws SAXException
var element with the specified
attributes and values.att1 - Qualified name of attribute one.val1 - Value of attribute one.att2 - Qualified name of attribute two.val2 - Value of attribute two.att3 - Qualified name of attribute three.val3 - Value of attribute three.att4 - Qualified name of attribute four.val4 - Value of attribute four.SAXException - If there is an underlying SAX exception.Copyright © 2016 Alias-i, Inc.. All rights reserved.