public final class AttrCheckImpl
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AttrCheckImpl.CheckAlign |
AttrCheck implementation for checking the "align" attribute.
|
static class |
AttrCheckImpl.CheckBool |
AttrCheck implementation for checking boolean attributes.
|
static class |
AttrCheckImpl.CheckClear |
AttrCheck implementation for checking the "clear" attribute.
|
static class |
AttrCheckImpl.CheckColor |
AttrCheck implementation for checking colors.
|
static class |
AttrCheckImpl.CheckFsubmit |
AttrCheck implementation for checking the "submit" attribute.
|
static class |
AttrCheckImpl.CheckId |
AttrCheck implementation for checking ids.
|
static class |
AttrCheckImpl.CheckLang |
AttrCheck implementation for checking lang and xml:lang.
|
static class |
AttrCheckImpl.CheckLength |
AttrCheck implementation for checking the "length" attribute.
|
static class |
AttrCheckImpl.CheckName |
AttrCheck implementation for checking the "name" attribute.
|
static class |
AttrCheckImpl.CheckNumber |
AttrCheck implementation for checking numbers.
|
static class |
AttrCheckImpl.CheckScope |
AttrCheck implementation for checking Scope.
|
static class |
AttrCheckImpl.CheckScript |
AttrCheck implementation for checking scripts.
|
static class |
AttrCheckImpl.CheckScroll |
AttrCheck implementation for checking scroll.
|
static class |
AttrCheckImpl.CheckShape |
AttrCheck implementation for checking the "shape" attribute.
|
static class |
AttrCheckImpl.CheckTarget |
AttrCheck implementation for checking the "target" attribute.
|
static class |
AttrCheckImpl.CheckTextDir |
AttrCheck implementation for checking dir.
|
static class |
AttrCheckImpl.CheckUrl |
AttrCheck implementation for checking URLs.
|
static class |
AttrCheckImpl.CheckValign |
AttrCheck implementation for checking the "valign" attribute.
|
static class |
AttrCheckImpl.CheckVType |
AttrCheck implementation for checking valuetype.
|
| Modifier and Type | Field | Description |
|---|---|---|
static AttrCheck |
ALIGN |
checker for "align" attribute.
|
static AttrCheck |
BOOL |
checker for boolean attributes.
|
static AttrCheck |
CHARACTER |
checker for attributes that can contain a single character.
|
static AttrCheck |
CHARSET |
checker for "charset" attribute.
|
static AttrCheck |
CLEAR |
checker for "clear" attribute.
|
static AttrCheck |
COLOR |
checker for "color" attribute.
|
static AttrCheck |
COLS |
checker for "cols" attribute.
|
static AttrCheck |
COORDS |
checker for "coords" attribute.
|
static AttrCheck |
DATE |
checker for attributes containing dates.
|
static AttrCheck |
FBORDER |
checker for "frameborder" attribute.
|
static AttrCheck |
FSUBMIT |
checker for "submit" attribute.
|
static AttrCheck |
ID |
checker for ids.
|
static AttrCheck |
IDREF |
checker for attributes referencng an id.
|
static AttrCheck |
LANG |
checker for "lang" and "xml:lang" attributes.
|
static AttrCheck |
LENGTH |
checker for "lenght" attribute.
|
static AttrCheck |
LINKTYPES |
checker for "rel" and "rev" attributes.
|
static AttrCheck |
MEDIA |
checker for "media" attribute.
|
static AttrCheck |
NAME |
checker for "name" attribute.
|
static AttrCheck |
NUMBER |
checker for "number" attribute.
|
static AttrCheck |
SCOPE |
checker for "scope" attribute.
|
static AttrCheck |
SCRIPT |
checker for scripts.
|
static AttrCheck |
SCROLL |
checker for "scroll" attribute.
|
static AttrCheck |
SHAPE |
checker for "shape" attribute.
|
static AttrCheck |
TARGET |
checker for "target" attribute.
|
static AttrCheck |
TEXT |
checker for text attributes.
|
static AttrCheck |
TEXTDIR |
checker for "dir" attribute.
|
static AttrCheck |
TFRAME |
checker for table "frame" attribute.
|
static AttrCheck |
TRULES |
checker for table "rules" attribute.
|
static AttrCheck |
TYPE |
checker for "type" attribute.
|
static AttrCheck |
URL |
checker for URLs.
|
static AttrCheck |
URLS |
checker for attributes which contain a list of urls.
|
static AttrCheck |
VALIGN |
checker for "valign" attribute.
|
static AttrCheck |
VTYPE |
checker for "vtype" attribute.
|
public static final AttrCheck URL
public static final AttrCheck SCRIPT
public static final AttrCheck NAME
public static final AttrCheck ID
public static final AttrCheck ALIGN
public static final AttrCheck VALIGN
public static final AttrCheck BOOL
public static final AttrCheck LENGTH
public static final AttrCheck TARGET
public static final AttrCheck FSUBMIT
public static final AttrCheck CLEAR
public static final AttrCheck SHAPE
public static final AttrCheck NUMBER
public static final AttrCheck SCOPE
public static final AttrCheck COLOR
public static final AttrCheck VTYPE
public static final AttrCheck SCROLL
public static final AttrCheck TEXTDIR
public static final AttrCheck LANG
public static final AttrCheck TEXT
public static final AttrCheck CHARSET
public static final AttrCheck TYPE
public static final AttrCheck CHARACTER
public static final AttrCheck URLS
public static final AttrCheck COLS
public static final AttrCheck COORDS
public static final AttrCheck DATE
public static final AttrCheck IDREF
public static final AttrCheck TFRAME
public static final AttrCheck FBORDER
public static final AttrCheck MEDIA
public static final AttrCheck LINKTYPES
public static final AttrCheck TRULES