Package org.ccil.cowan.tagsoup
Interface HTMLModels
-
- All Known Implementing Classes:
HTML5Schema,HTMLSchema
public interface HTMLModels
-
-
Field Summary
Fields Modifier and Type Field Description static intM_AREAstatic intM_BLOCKstatic intM_BLOCKINLINEstatic intM_BODYstatic intM_CELLstatic intM_COLstatic intM_DEFstatic intM_FORMstatic intM_FRAMEstatic intM_HEADstatic intM_HTMLstatic intM_INLINEstatic intM_LEGENDstatic intM_LIstatic intM_NOLINKstatic intM_OPTIONstatic intM_OPTIONSstatic intM_Pstatic intM_PARAMstatic intM_TABLEstatic intM_TABULARstatic intM_TR
-
-
-
Field Detail
-
M_AREA
static final int M_AREA
- See Also:
- Constant Field Values
-
M_BLOCK
static final int M_BLOCK
- See Also:
- Constant Field Values
-
M_BLOCKINLINE
static final int M_BLOCKINLINE
- See Also:
- Constant Field Values
-
M_BODY
static final int M_BODY
- See Also:
- Constant Field Values
-
M_CELL
static final int M_CELL
- See Also:
- Constant Field Values
-
M_COL
static final int M_COL
- See Also:
- Constant Field Values
-
M_DEF
static final int M_DEF
- See Also:
- Constant Field Values
-
M_FORM
static final int M_FORM
- See Also:
- Constant Field Values
-
M_FRAME
static final int M_FRAME
- See Also:
- Constant Field Values
-
M_HEAD
static final int M_HEAD
- See Also:
- Constant Field Values
-
M_HTML
static final int M_HTML
- See Also:
- Constant Field Values
-
M_INLINE
static final int M_INLINE
- See Also:
- Constant Field Values
-
M_LEGEND
static final int M_LEGEND
- See Also:
- Constant Field Values
-
M_LI
static final int M_LI
- See Also:
- Constant Field Values
-
M_NOLINK
static final int M_NOLINK
- See Also:
- Constant Field Values
-
M_OPTION
static final int M_OPTION
- See Also:
- Constant Field Values
-
M_OPTIONS
static final int M_OPTIONS
- See Also:
- Constant Field Values
-
M_P
static final int M_P
- See Also:
- Constant Field Values
-
M_PARAM
static final int M_PARAM
- See Also:
- Constant Field Values
-
M_TABLE
static final int M_TABLE
- See Also:
- Constant Field Values
-
M_TABULAR
static final int M_TABULAR
- See Also:
- Constant Field Values
-
M_TR
static final int M_TR
- See Also:
- Constant Field Values
-
-