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 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.Fields in org.w3c.tidy declared as AttrCheck Modifier and Type Field Description static AttrCheck
AttrCheckImpl. ALIGN
checker for "align" attribute.static AttrCheck
AttrCheckImpl. BOOL
checker for boolean attributes.static AttrCheck
AttrCheckImpl. CHARACTER
checker for attributes that can contain a single character.static AttrCheck
AttrCheckImpl. CHARSET
checker for "charset" attribute.static AttrCheck
AttrCheckImpl. CLEAR
checker for "clear" attribute.static AttrCheck
AttrCheckImpl. COLOR
checker for "color" attribute.static AttrCheck
AttrCheckImpl. COLS
checker for "cols" attribute.static AttrCheck
AttrCheckImpl. COORDS
checker for "coords" attribute.static AttrCheck
AttrCheckImpl. DATE
checker for attributes containing dates.static AttrCheck
AttrCheckImpl. FBORDER
checker for "frameborder" attribute.static AttrCheck
AttrCheckImpl. FSUBMIT
checker for "submit" attribute.static AttrCheck
AttrCheckImpl. ID
checker for ids.static AttrCheck
AttrCheckImpl. IDREF
checker for attributes referencng an id.static AttrCheck
AttrCheckImpl. LANG
checker for "lang" and "xml:lang" attributes.static AttrCheck
AttrCheckImpl. LENGTH
checker for "lenght" attribute.static AttrCheck
AttrCheckImpl. LINKTYPES
checker for "rel" and "rev" attributes.static AttrCheck
AttrCheckImpl. MEDIA
checker for "media" attribute.static AttrCheck
AttrCheckImpl. NAME
checker for "name" attribute.static AttrCheck
AttrCheckImpl. NUMBER
checker for "number" attribute.static AttrCheck
AttrCheckImpl. SCOPE
checker for "scope" attribute.static AttrCheck
AttrCheckImpl. SCRIPT
checker for scripts.static AttrCheck
AttrCheckImpl. SCROLL
checker for "scroll" attribute.static AttrCheck
AttrCheckImpl. SHAPE
checker for "shape" attribute.static AttrCheck
AttrCheckImpl. TARGET
checker for "target" attribute.static AttrCheck
AttrCheckImpl. TEXT
checker for text attributes.static AttrCheck
AttrCheckImpl. TEXTDIR
checker for "dir" attribute.static AttrCheck
AttrCheckImpl. TFRAME
checker for table "frame" attribute.static AttrCheck
AttrCheckImpl. TRULES
checker for table "rules" attribute.static AttrCheck
AttrCheckImpl. TYPE
checker for "type" attribute.static AttrCheck
AttrCheckImpl. URL
checker for URLs.static AttrCheck
AttrCheckImpl. URLS
checker for attributes which contain a list of urls.static AttrCheck
AttrCheckImpl. VALIGN
checker for "valign" attribute.static AttrCheck
AttrCheckImpl. VTYPE
checker for "vtype" attribute.Methods in org.w3c.tidy that return AttrCheck Modifier and Type Method Description AttrCheck
Attribute. getAttrchk()
Returns the checker for this attribute.Constructors in org.w3c.tidy with parameters of type AttrCheck Constructor Description Attribute(java.lang.String attributeName, java.util.EnumSet<HtmlVersion> htmlVersions, AttrCheck check)
Instantiates a new Attribute.
-