Package org.w3c.tidy
Class AttrCheckImpl
- java.lang.Object
-
- org.w3c.tidy.AttrCheckImpl
-
public final class AttrCheckImpl extends java.lang.ObjectCheck attribute values implementations.- Version:
- $Revision: 1099 $ ($Author: aditsu $)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttrCheckImpl.CheckAlignAttrCheck implementation for checking the "align" attribute.static classAttrCheckImpl.CheckBoolAttrCheck implementation for checking boolean attributes.static classAttrCheckImpl.CheckClearAttrCheck implementation for checking the "clear" attribute.static classAttrCheckImpl.CheckColorAttrCheck implementation for checking colors.static classAttrCheckImpl.CheckFsubmitAttrCheck implementation for checking the "submit" attribute.static classAttrCheckImpl.CheckIdAttrCheck implementation for checking ids.static classAttrCheckImpl.CheckLangAttrCheck implementation for checking lang and xml:lang.static classAttrCheckImpl.CheckLengthAttrCheck implementation for checking the "length" attribute.static classAttrCheckImpl.CheckNameAttrCheck implementation for checking the "name" attribute.static classAttrCheckImpl.CheckNumberAttrCheck implementation for checking numbers.static classAttrCheckImpl.CheckScopeAttrCheck implementation for checking Scope.static classAttrCheckImpl.CheckScriptAttrCheck implementation for checking scripts.static classAttrCheckImpl.CheckScrollAttrCheck implementation for checking scroll.static classAttrCheckImpl.CheckShapeAttrCheck implementation for checking the "shape" attribute.static classAttrCheckImpl.CheckTargetAttrCheck implementation for checking the "target" attribute.static classAttrCheckImpl.CheckTextDirAttrCheck implementation for checking dir.static classAttrCheckImpl.CheckUrlAttrCheck implementation for checking URLs.static classAttrCheckImpl.CheckValignAttrCheck implementation for checking the "valign" attribute.static classAttrCheckImpl.CheckVTypeAttrCheck implementation for checking valuetype.
-
Field Summary
Fields Modifier and Type Field Description static AttrCheckALIGNchecker for "align" attribute.static AttrCheckBOOLchecker for boolean attributes.static AttrCheckCHARACTERchecker for attributes that can contain a single character.static AttrCheckCHARSETchecker for "charset" attribute.static AttrCheckCLEARchecker for "clear" attribute.static AttrCheckCOLORchecker for "color" attribute.static AttrCheckCOLSchecker for "cols" attribute.static AttrCheckCOORDSchecker for "coords" attribute.static AttrCheckDATEchecker for attributes containing dates.static AttrCheckFBORDERchecker for "frameborder" attribute.static AttrCheckFSUBMITchecker for "submit" attribute.static AttrCheckIDchecker for ids.static AttrCheckIDREFchecker for attributes referencng an id.static AttrCheckLANGchecker for "lang" and "xml:lang" attributes.static AttrCheckLENGTHchecker for "lenght" attribute.static AttrCheckLINKTYPESchecker for "rel" and "rev" attributes.static AttrCheckMEDIAchecker for "media" attribute.static AttrCheckNAMEchecker for "name" attribute.static AttrCheckNUMBERchecker for "number" attribute.static AttrCheckSCOPEchecker for "scope" attribute.static AttrCheckSCRIPTchecker for scripts.static AttrCheckSCROLLchecker for "scroll" attribute.static AttrCheckSHAPEchecker for "shape" attribute.static AttrCheckTARGETchecker for "target" attribute.static AttrCheckTEXTchecker for text attributes.static AttrCheckTEXTDIRchecker for "dir" attribute.static AttrCheckTFRAMEchecker for table "frame" attribute.static AttrCheckTRULESchecker for table "rules" attribute.static AttrCheckTYPEchecker for "type" attribute.static AttrCheckURLchecker for URLs.static AttrCheckURLSchecker for attributes which contain a list of urls.static AttrCheckVALIGNchecker for "valign" attribute.static AttrCheckVTYPEchecker for "vtype" attribute.
-
Constructor Summary
Constructors Modifier Constructor Description privateAttrCheckImpl()utility class, don't instantiate.
-
-
-
Field Detail
-
URL
public static final AttrCheck URL
checker for URLs.
-
SCRIPT
public static final AttrCheck SCRIPT
checker for scripts.
-
NAME
public static final AttrCheck NAME
checker for "name" attribute.
-
ID
public static final AttrCheck ID
checker for ids.
-
ALIGN
public static final AttrCheck ALIGN
checker for "align" attribute.
-
VALIGN
public static final AttrCheck VALIGN
checker for "valign" attribute.
-
BOOL
public static final AttrCheck BOOL
checker for boolean attributes.
-
LENGTH
public static final AttrCheck LENGTH
checker for "lenght" attribute.
-
TARGET
public static final AttrCheck TARGET
checker for "target" attribute.
-
FSUBMIT
public static final AttrCheck FSUBMIT
checker for "submit" attribute.
-
CLEAR
public static final AttrCheck CLEAR
checker for "clear" attribute.
-
SHAPE
public static final AttrCheck SHAPE
checker for "shape" attribute.
-
NUMBER
public static final AttrCheck NUMBER
checker for "number" attribute.
-
SCOPE
public static final AttrCheck SCOPE
checker for "scope" attribute.
-
COLOR
public static final AttrCheck COLOR
checker for "color" attribute.
-
VTYPE
public static final AttrCheck VTYPE
checker for "vtype" attribute.
-
SCROLL
public static final AttrCheck SCROLL
checker for "scroll" attribute.
-
TEXTDIR
public static final AttrCheck TEXTDIR
checker for "dir" attribute.
-
LANG
public static final AttrCheck LANG
checker for "lang" and "xml:lang" attributes.
-
TEXT
public static final AttrCheck TEXT
checker for text attributes. Actually null (no validation).
-
CHARSET
public static final AttrCheck CHARSET
checker for "charset" attribute. Actually null (no validation).
-
TYPE
public static final AttrCheck TYPE
checker for "type" attribute. Actually null (no validation).
-
CHARACTER
public static final AttrCheck CHARACTER
checker for attributes that can contain a single character. Actually null (no validation).
-
URLS
public static final AttrCheck URLS
checker for attributes which contain a list of urls. Actually null (no validation).
-
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).
-
IDREF
public static final AttrCheck IDREF
checker for attributes referencng an id. Actually null (no validation).
-
TFRAME
public static final AttrCheck TFRAME
checker for table "frame" attribute. Actually null (no validation).
-
FBORDER
public static final AttrCheck FBORDER
checker for "frameborder" attribute. Actually null (no validation).
-
MEDIA
public static final AttrCheck MEDIA
checker for "media" attribute. Actually null (no validation).
-
LINKTYPES
public static final AttrCheck LINKTYPES
checker for "rel" and "rev" attributes. Actually null (no validation).
-
TRULES
public static final AttrCheck TRULES
checker for table "rules" attribute. Actually null (no validation).
-
-