org.cyberneko.html
public class HTMLElements extends Object
Version: $Id: HTMLElements.java,v 1.12 2005/02/14 07:16:59 andyc Exp $
Nested Class Summary | |
---|---|
static class | HTMLElements.Element
Element information.
|
static class | HTMLElements.ElementList Unsynchronized list of elements. |
Field Summary | |
---|---|
static short | A |
static short | ABBR |
static short | ACRONYM |
static short | ADDRESS |
static short | APPLET |
static short | AREA |
static short | B |
static short | BASE |
static short | BASEFONT |
static short | BDO |
static short | BGSOUND |
static short | BIG |
static short | BLINK |
static short | BLOCKQUOTE |
static short | BODY |
static short | BR |
static short | BUTTON |
static short | CAPTION |
static short | CENTER |
static short | CITE |
static short | CODE |
static short | COL |
static short | COLGROUP |
static short | COMMENT |
static short | DD |
static short | DEL |
static short | DFN |
static short | DIR |
static short | DIV |
static short | DL |
static short | DT |
protected static HTMLElements.ElementList | ELEMENTS Element information as a contiguous list. |
protected static HTMLElements.Element[][] | ELEMENTS_ARRAY Element information organized by first letter. |
static short | EM |
static short | EMBED |
static short | FIELDSET |
static short | FONT |
static short | FORM |
static short | FRAME |
static short | FRAMESET |
static short | H1 |
static short | H2 |
static short | H3 |
static short | H4 |
static short | H5 |
static short | H6 |
static short | HEAD |
static short | HR |
static short | HTML |
static short | I |
static short | IFRAME |
static short | ILAYER |
static short | IMG |
static short | INPUT |
static short | INS |
static short | ISINDEX |
static short | KBD |
static short | KEYGEN |
static short | LABEL |
static short | LAYER |
static short | LEGEND |
static short | LI |
static short | LINK |
static short | LISTING |
static short | MAP |
static short | MARQUEE |
static short | MENU |
static short | META |
static short | MULTICOL |
static short | NEXTID |
static short | NOBR |
static short | NOEMBED |
static short | NOFRAMES |
static short | NOLAYER |
static short | NOSCRIPT |
static HTMLElements.Element | NO_SUCH_ELEMENT No such element. |
static short | OBJECT |
static short | OL |
static short | OPTGROUP |
static short | OPTION |
static short | P |
static short | PARAM |
static short | PLAINTEXT |
static short | PRE |
static short | Q |
static short | RB |
static short | RBC |
static short | RP |
static short | RT |
static short | RTC |
static short | RUBY |
static short | S |
static short | SAMP |
static short | SCRIPT |
static short | SELECT |
static short | SMALL |
static short | SOUND |
static short | SPACER |
static short | SPAN |
static short | STRIKE |
static short | STRONG |
static short | STYLE |
static short | SUB |
static short | SUP |
static short | TABLE |
static short | TBODY |
static short | TD |
static short | TEXTAREA |
static short | TFOOT |
static short | TH |
static short | THEAD |
static short | TITLE |
static short | TR |
static short | TT |
static short | U |
static short | UL |
static short | UNKNOWN |
static short | VAR |
static short | WBR |
static short | XML |
static short | XMP |
Method Summary | |
---|---|
static HTMLElements.Element | getElement(short code)
Returns the element information for the specified element code.
|
static HTMLElements.Element | getElement(String ename)
Returns the element information for the specified element name.
|
static HTMLElements.Element | getElement(String ename, HTMLElements.Element element)
Returns the element information for the specified element name.
|
Parameters: code The element code.
Parameters: ename The element name.
Parameters: ename The element name. element The default element to return if not found.