Class AttrCheckImpl
java.lang.Object
org.w3c.tidy.AttrCheckImpl
Check attribute values implementations.
- Version:
- $Revision$ ($Author$)
- Author:
- Dave Raggett dsr@w3.org , Andy Quick ac.quick@sympatico.ca (translation to Java), Fabrizio Giustina
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAttrCheck implementation for checking the "align" attribute.static classAttrCheck implementation for checking boolean attributes.static classAttrCheck implementation for checking the "clear" attribute.static classAttrCheck implementation for checking colors.static classAttrCheck implementation for checking the "submit" attribute.static classAttrCheck implementation for checking ids.static classAttrCheck implementation for checking lang and xml:lang.static classAttrCheck implementation for checking the "length" attribute.static classAttrCheck implementation for checking the "name" attribute.static classAttrCheck implementation for checking numbers.static classAttrCheck implementation for checking Scope.static classAttrCheck implementation for checking scripts.static classAttrCheck implementation for checking scroll.static classAttrCheck implementation for checking the "shape" attribute.static classAttrCheck implementation for checking the "target" attribute.static classAttrCheck implementation for checking dir.static classAttrCheck implementation for checking URLs.static classAttrCheck implementation for checking the "valign" attribute.static classAttrCheck implementation for checking valuetype. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AttrCheckchecker for "align" attribute.static final AttrCheckchecker for boolean attributes.static final AttrCheckchecker for attributes that can contain a single character.static final AttrCheckchecker for "charset" attribute.static final AttrCheckchecker for "clear" attribute.static final AttrCheckchecker for "color" attribute.static final AttrCheckchecker for "cols" attribute.static final AttrCheckchecker for "coords" attribute.static final AttrCheckchecker for attributes containing dates.static final AttrCheckchecker for "frameborder" attribute.static final AttrCheckchecker for "submit" attribute.static final AttrCheckchecker for ids.static final AttrCheckchecker for attributes referencng an id.static final AttrCheckchecker for "lang" and "xml:lang" attributes.static final AttrCheckchecker for "lenght" attribute.static final AttrCheckchecker for "rel" and "rev" attributes.static final AttrCheckchecker for "media" attribute.static final AttrCheckchecker for "name" attribute.static final AttrCheckchecker for "number" attribute.static final AttrCheckchecker for "scope" attribute.static final AttrCheckchecker for scripts.static final AttrCheckchecker for "scroll" attribute.static final AttrCheckchecker for "shape" attribute.static final AttrCheckchecker for "target" attribute.static final AttrCheckchecker for text attributes.static final AttrCheckchecker for "dir" attribute.static final AttrCheckchecker for table "frame" attribute.static final AttrCheckchecker for table "rules" attribute.static final AttrCheckchecker for "type" attribute.static final AttrCheckchecker for URLs.static final AttrCheckchecker for attributes which contain a list of urls.static final AttrCheckchecker for "valign" attribute.static final AttrCheckchecker for "vtype" attribute. -
Method Summary
-
Field Details
-
URL
checker for URLs. -
SCRIPT
checker for scripts. -
NAME
checker for "name" attribute. -
ID
checker for ids. -
ALIGN
checker for "align" attribute. -
VALIGN
checker for "valign" attribute. -
BOOL
checker for boolean attributes. -
LENGTH
checker for "lenght" attribute. -
TARGET
checker for "target" attribute. -
FSUBMIT
checker for "submit" attribute. -
CLEAR
checker for "clear" attribute. -
SHAPE
checker for "shape" attribute. -
NUMBER
checker for "number" attribute. -
SCOPE
checker for "scope" attribute. -
COLOR
checker for "color" attribute. -
VTYPE
checker for "vtype" attribute. -
SCROLL
checker for "scroll" attribute. -
TEXTDIR
checker for "dir" attribute. -
LANG
checker for "lang" and "xml:lang" attributes. -
TEXT
checker for text attributes. Actually null (no validation). -
CHARSET
checker for "charset" attribute. Actually null (no validation). -
TYPE
checker for "type" attribute. Actually null (no validation). -
CHARACTER
checker for attributes that can contain a single character. Actually null (no validation). -
URLS
checker for attributes which contain a list of urls. Actually null (no validation). -
COLS
checker for "cols" attribute. Actually null (no validation). -
COORDS
checker for "coords" attribute. Actually null (no validation). -
DATE
checker for attributes containing dates. Actually null (no validation). -
IDREF
checker for attributes referencng an id. Actually null (no validation). -
TFRAME
checker for table "frame" attribute. Actually null (no validation). -
FBORDER
checker for "frameborder" attribute. Actually null (no validation). -
MEDIA
checker for "media" attribute. Actually null (no validation). -
LINKTYPES
checker for "rel" and "rev" attributes. Actually null (no validation). -
TRULES
checker for table "rules" attribute. Actually null (no validation).
-