All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hplb.xml.HTML

java.lang.Object
   |
   +----hplb.xml.HTML

public class HTML
extends Object
Parser customizations for correctly parsing HTML. Defines a set of empty elements (<hr>, <br>, etc.) and for some elements it defines which other start tags implicitly ends them. As an example, an <li> element within a <ul> list is terminated by either a </ul> end tag or another <li> start tag.

Author:
Anders Kristensen

Variable Index

 o A
 o ACRONYM
 o ADDRESS
 o APPLET
 o AREA
 o B
 o BASE
 o BASEFONT
 o BDO
 o BIG
 o block_level
Block-level HTML4.0 elements.
 o BLOCKQUOTE
 o BODY
 o BR
 o BUTTON
 o CAPTION
 o CENTER
 o CITE
 o CODE
 o COL
 o COLGROUP
 o DD
 o dd_terminators
 o DEL
 o DFN
 o DIR
 o DIV
 o DL
 o DT
 o dt_terminators
 o elements
The full set of HTML4.0 element names.
 o EM
 o emptyElms
Empty elements in HTML4.0: br, img, etc.
 o FIELDSET
 o FONT
 o FORM
 o FRAME
 o FRAMESET
 o H1
 o H2
 o H3
 o H4
 o H5
 o H6
 o HEAD
 o HR
 o HTML
 o I
 o IFRAME
 o ignore_ws
 o IMG
 o INPUT
 o INS
 o ISINDEX
 o KBD
 o LABEL
 o LEGEND
 o LI
 o li_terminators
 o LINK
 o MAP
 o MENU
 o META
 o NOFRAMES
 o NOSCRIPT
 o OBJECT
 o OL
 o OPTION
 o P
 o p_terminators
 o PARAM
 o PRE
 o Q
 o S
 o SAMP
 o SCRIPT
 o SELECT
 o SMALL
 o SPAN
 o STRIKE
 o STRONG
 o STYLE
 o SUB
 o SUP
 o TABLE
 o TBODY
 o TD
 o TEXTAREA
 o TFOOT
 o TH
 o THEAD
 o TITLE
 o TR
 o TT
 o U
 o UL
 o VAR

Constructor Index

 o HTML()

Method Index

 o applyHacks(Parser)
 o applyHacks(Tokenizer)

Variables

 o A
 public static String A
 o ACRONYM
 public static String ACRONYM
 o ADDRESS
 public static String ADDRESS
 o APPLET
 public static String APPLET
 o AREA
 public static String AREA
 o B
 public static String B
 o BASE
 public static String BASE
 o BASEFONT
 public static String BASEFONT
 o BDO
 public static String BDO
 o BIG
 public static String BIG
 o BLOCKQUOTE
 public static String BLOCKQUOTE
 o BODY
 public static String BODY
 o BR
 public static String BR
 o BUTTON
 public static String BUTTON
 o CAPTION
 public static String CAPTION
 o CENTER
 public static String CENTER
 o CITE
 public static String CITE
 o CODE
 public static String CODE
 o COL
 public static String COL
 o COLGROUP
 public static String COLGROUP
 o DD
 public static String DD
 o DEL
 public static String DEL
 o DFN
 public static String DFN
 o DIR
 public static String DIR
 o DIV
 public static String DIV
 o DL
 public static String DL
 o DT
 public static String DT
 o EM
 public static String EM
 o FIELDSET
 public static String FIELDSET
 o FONT
 public static String FONT
 o FORM
 public static String FORM
 o FRAME
 public static String FRAME
 o FRAMESET
 public static String FRAMESET
 o H1
 public static String H1
 o H2
 public static String H2
 o H3
 public static String H3
 o H4
 public static String H4
 o H5
 public static String H5
 o H6
 public static String H6
 o HEAD
 public static String HEAD
 o HR
 public static String HR
 o HTML
 public static String HTML
 o I
 public static String I
 o IFRAME
 public static String IFRAME
 o IMG
 public static String IMG
 o INPUT
 public static String INPUT
 o INS
 public static String INS
 o ISINDEX
 public static String ISINDEX
 o KBD
 public static String KBD
 o LABEL
 public static String LABEL
 o LEGEND
 public static String LEGEND
 o LI
 public static String LI
 o LINK
 public static String LINK
 o MAP
 public static String MAP
 o MENU
 public static String MENU
 o META
 public static String META
 o NOFRAMES
 public static String NOFRAMES
 o NOSCRIPT
 public static String NOSCRIPT
 o OBJECT
 public static String OBJECT
 o OL
 public static String OL
 o OPTION
 public static String OPTION
 o P
 public static String P
 o PARAM
 public static String PARAM
 o PRE
 public static String PRE
 o Q
 public static String Q
 o S
 public static String S
 o SAMP
 public static String SAMP
 o SCRIPT
 public static String SCRIPT
 o SELECT
 public static String SELECT
 o SMALL
 public static String SMALL
 o SPAN
 public static String SPAN
 o STRIKE
 public static String STRIKE
 o STRONG
 public static String STRONG
 o STYLE
 public static String STYLE
 o SUB
 public static String SUB
 o SUP
 public static String SUP
 o TABLE
 public static String TABLE
 o TBODY
 public static String TBODY
 o TD
 public static String TD
 o TEXTAREA
 public static String TEXTAREA
 o TFOOT
 public static String TFOOT
 o TH
 public static String TH
 o THEAD
 public static String THEAD
 o TITLE
 public static String TITLE
 o TR
 public static String TR
 o TT
 public static String TT
 o U
 public static String U
 o UL
 public static String UL
 o VAR
 public static String VAR
 o elements
 public static final String elements[]
The full set of HTML4.0 element names.

 o emptyElms
 public static final String emptyElms[]
Empty elements in HTML4.0: br, img, etc.

 o li_terminators
 public static final String li_terminators[]
 o dt_terminators
 public static final String dt_terminators[]
 o dd_terminators
 public static final String dd_terminators[]
 o block_level
 public static final String block_level[]
Block-level HTML4.0 elements.

 o p_terminators
 public static final String p_terminators[]
 o ignore_ws
 public static final String ignore_ws[]

Constructors

 o HTML
 public HTML()

Methods

 o applyHacks
 public static void applyHacks(Tokenizer tok)
 o applyHacks
 public static void applyHacks(Parser parser)

All Packages  Class Hierarchy  This Package  Previous  Next  Index