Tag dictionary node. If the document uses just HTML 2.0 tags and attributes described it as HTML 2.0 Similarly for
HTML 3.2 and the 3 flavors of HTML 4.0. If there are proprietary tags and attributes then describe it as HTML
Proprietary. If it includes the xml-lang or xmlns attributes but is otherwise HTML 2.0, 3.2 or 4.0 then describe it
as one of the flavors of Voyager (strict, loose or frameset).
CM_BLOCK
public static final int CM_BLOCK
Content model: block.
CM_DEFLIST
public static final int CM_DEFLIST
Content model: definition list.
CM_EMPTY
public static final int CM_EMPTY
Content model: empty.
CM_FIELD
public static final int CM_FIELD
Content model: field.
CM_FRAMES
public static final int CM_FRAMES
Content model: frames.
CM_HEAD
public static final int CM_HEAD
Content model: head.
CM_HEADING
public static final int CM_HEADING
Content model: heading.
CM_HTML
public static final int CM_HTML
Content model: html.
CM_IMG
public static final int CM_IMG
Content model: img.
CM_INLINE
public static final int CM_INLINE
Content model: inline.
CM_LIST
public static final int CM_LIST
Content model: list.
CM_MIXED
public static final int CM_MIXED
Content model: mixed.
CM_NEW
public static final int CM_NEW
Content model: new.
CM_NO_INDENT
public static final int CM_NO_INDENT
Content model: no indent.
CM_OBJECT
public static final int CM_OBJECT
Content model: object.
CM_OBSOLETE
public static final int CM_OBSOLETE
Content model: obsolete.
CM_OMITST
public static final int CM_OMITST
Content model: omitst.
CM_OPT
public static final int CM_OPT
Content model: opt.
CM_PARAM
public static final int CM_PARAM
Content model: param.
CM_ROW
public static final int CM_ROW
Content model: row.
CM_ROWGRP
public static final int CM_ROWGRP
Content model: rowgroup.
CM_TABLE
public static final int CM_TABLE
Content model: table.
CM_UNKNOWN
public static final int CM_UNKNOWN
Content model: unknown.
TAGTYPE_BLOCK
public static final short TAGTYPE_BLOCK
types of tags that the user can define: block tag.
TAGTYPE_EMPTY
public static final short TAGTYPE_EMPTY
types of tags that the user can define: empty tag.
TAGTYPE_INLINE
public static final short TAGTYPE_INLINE
types of tags that the user can define: inline tag.
TAGTYPE_PRE
public static final short TAGTYPE_PRE
types of tags that the user can define: pre tag.
VERS_ALL
public static final short VERS_ALL
tags/attrs in any version.
VERS_BASIC
public static final short VERS_BASIC
Version: xhtml basic.
VERS_EVENTS
public static final short VERS_EVENTS
versions with on... attributes.
VERS_FRAMESET
public static final short VERS_FRAMESET
Version: html 4.0 frameset.
VERS_FROM32
public static final short VERS_FROM32
tags/attrs in all versions from HTML 3.2 onwards.
VERS_HTML20
public static final short VERS_HTML20
Version: html 2.0.
VERS_HTML32
public static final short VERS_HTML32
Version: html 3.2.
VERS_HTML40
public static final short VERS_HTML40
tags/attrs in HTML4 but not in earlier version.
VERS_HTML40_LOOSE
public static final short VERS_HTML40_LOOSE
Version: html 4.0 transitional.
VERS_HTML40_STRICT
public static final short VERS_HTML40_STRICT
Version: html 4.0 strict.
VERS_IFRAME
public static final short VERS_IFRAME
tags/attrs in HTML 4 loose and frameset.
VERS_LOOSE
public static final short VERS_LOOSE
tags/attrs which are in all versions of HTML except strict.
VERS_MALFORMED
public static final short VERS_MALFORMED
Version: malformed.
VERS_MICROSOFT
public static final short VERS_MICROSOFT
Version: microsoft.
VERS_NETSCAPE
public static final short VERS_NETSCAPE
Version: netscape.
VERS_PROPRIETARY
public static final short VERS_PROPRIETARY
all tags and attributes are ok in proprietary version of HTML.
VERS_SUN
public static final short VERS_SUN
Version: sun.
VERS_UNKNOWN
public static final short VERS_UNKNOWN
Version: unknown.
VERS_XHTML11
public static final short VERS_XHTML11
Version: xhtml 1.1.
VERS_XML
public static final short VERS_XML
Version: xml.
model
protected int model
model (CM_* constants).
name
protected String name
Tag name.
versions
protected short versions
Version in which this tag is defined.