Check attribute values implementations.
ALIGN
public static final AttrCheck ALIGN
checker for "align" attribute.
BOOL
public static final AttrCheck BOOL
checker for boolean attributes.
CHARACTER
public static final AttrCheck CHARACTER
checker for attributes that can contain a single character. Actually null (no validation).
CHARSET
public static final AttrCheck CHARSET
checker for "charset" attribute. Actually null (no validation).
CLEAR
public static final AttrCheck CLEAR
checker for "clear" attribute.
COLOR
public static final AttrCheck COLOR
checker for "color" attribute.
COLS
public static final AttrCheck COLS
checker for "cols" attribute. Actually null (no validation).
COORDS
public static final AttrCheck COORDS
checker for "coords" attribute. Actually null (no validation).
DATE
public static final AttrCheck DATE
checker for attributes containing dates. Actually null (no validation).
FBORDER
public static final AttrCheck FBORDER
checker for "frameborder" attribute. Actually null (no validation).
FSUBMIT
public static final AttrCheck FSUBMIT
checker for "submit" attribute.
ID
public static final AttrCheck ID
checker for ids.
IDREF
public static final AttrCheck IDREF
checker for attributes referencng an id. Actually null (no validation).
LANG
public static final AttrCheck LANG
checker for "lang" and "xml:lang" attributes.
LENGTH
public static final AttrCheck LENGTH
checker for "lenght" attribute.
LINKTYPES
public static final AttrCheck LINKTYPES
checker for "rel" and "rev" attributes. Actually null (no validation).
MEDIA
public static final AttrCheck MEDIA
checker for "media" attribute. Actually null (no validation).
NAME
public static final AttrCheck NAME
checker for "name" attribute.
NUMBER
public static final AttrCheck NUMBER
checker for "number" attribute.
SCOPE
public static final AttrCheck SCOPE
checker for "scope" attribute.
SCRIPT
public static final AttrCheck SCRIPT
checker for scripts.
SCROLL
public static final AttrCheck SCROLL
checker for "scroll" attribute.
SHAPE
public static final AttrCheck SHAPE
checker for "shape" attribute.
TARGET
public static final AttrCheck TARGET
checker for "target" attribute.
TEXT
public static final AttrCheck TEXT
checker for text attributes. Actually null (no validation).
TEXTDIR
public static final AttrCheck TEXTDIR
checker for "dir" attribute.
TFRAME
public static final AttrCheck TFRAME
checker for table "frame" attribute. Actually null (no validation).
TRULES
public static final AttrCheck TRULES
checker for table "rules" attribute. Actually null (no validation).
TYPE
public static final AttrCheck TYPE
checker for "type" attribute. Actually null (no validation).
URL
public static final AttrCheck URL
checker for URLs.
URLS
public static final AttrCheck URLS
checker for attributes which contain a list of urls. Actually null (no validation).
VALIGN
public static final AttrCheck VALIGN
checker for "valign" attribute.
VTYPE
public static final AttrCheck VTYPE
checker for "vtype" attribute.