Uses of Interface
org.w3c.tidy.AttrCheck
-
Packages that use AttrCheck Package Description org.w3c.tidy -
-
Uses of AttrCheck in org.w3c.tidy
Classes in org.w3c.tidy that implement AttrCheck 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.Fields in org.w3c.tidy declared as AttrCheck Modifier and Type Field Description static AttrCheckAttrCheckImpl. ALIGNchecker for "align" attribute.private AttrCheckAttribute. attrchkchecker for the attribute.static AttrCheckAttrCheckImpl. BOOLchecker for boolean attributes.static AttrCheckAttrCheckImpl. CHARACTERchecker for attributes that can contain a single character.static AttrCheckAttrCheckImpl. CHARSETchecker for "charset" attribute.static AttrCheckAttrCheckImpl. CLEARchecker for "clear" attribute.static AttrCheckAttrCheckImpl. COLORchecker for "color" attribute.static AttrCheckAttrCheckImpl. COLSchecker for "cols" attribute.static AttrCheckAttrCheckImpl. COORDSchecker for "coords" attribute.static AttrCheckAttrCheckImpl. DATEchecker for attributes containing dates.static AttrCheckAttrCheckImpl. FBORDERchecker for "frameborder" attribute.static AttrCheckAttrCheckImpl. FSUBMITchecker for "submit" attribute.static AttrCheckAttrCheckImpl. IDchecker for ids.static AttrCheckAttrCheckImpl. IDREFchecker for attributes referencng an id.static AttrCheckAttrCheckImpl. LANGchecker for "lang" and "xml:lang" attributes.static AttrCheckAttrCheckImpl. LENGTHchecker for "lenght" attribute.static AttrCheckAttrCheckImpl. LINKTYPESchecker for "rel" and "rev" attributes.static AttrCheckAttrCheckImpl. MEDIAchecker for "media" attribute.static AttrCheckAttrCheckImpl. NAMEchecker for "name" attribute.static AttrCheckAttrCheckImpl. NUMBERchecker for "number" attribute.static AttrCheckAttrCheckImpl. SCOPEchecker for "scope" attribute.static AttrCheckAttrCheckImpl. SCRIPTchecker for scripts.static AttrCheckAttrCheckImpl. SCROLLchecker for "scroll" attribute.static AttrCheckAttrCheckImpl. SHAPEchecker for "shape" attribute.static AttrCheckAttrCheckImpl. TARGETchecker for "target" attribute.static AttrCheckAttrCheckImpl. TEXTchecker for text attributes.static AttrCheckAttrCheckImpl. TEXTDIRchecker for "dir" attribute.static AttrCheckAttrCheckImpl. TFRAMEchecker for table "frame" attribute.static AttrCheckAttrCheckImpl. TRULESchecker for table "rules" attribute.static AttrCheckAttrCheckImpl. TYPEchecker for "type" attribute.static AttrCheckAttrCheckImpl. URLchecker for URLs.static AttrCheckAttrCheckImpl. URLSchecker for attributes which contain a list of urls.static AttrCheckAttrCheckImpl. VALIGNchecker for "valign" attribute.static AttrCheckAttrCheckImpl. VTYPEchecker for "vtype" attribute.Methods in org.w3c.tidy that return AttrCheck Modifier and Type Method Description AttrCheckAttribute. getAttrchk()Returns the checker for this attribute.Constructors in org.w3c.tidy with parameters of type AttrCheck Constructor Description Attribute(java.lang.String attributeName, short htmlVersions, AttrCheck check)Instantiates a new Attribute.
-