Uses of Interface
org.w3c.tidy.AttrCheck
Packages that use AttrCheck
-
Uses of AttrCheck in org.w3c.tidy
Classes in org.w3c.tidy that implement AttrCheckModifier and TypeClassDescriptionstatic class
AttrCheck implementation for checking the "align" attribute.static class
AttrCheck implementation for checking boolean attributes.static class
AttrCheck implementation for checking the "clear" attribute.static class
AttrCheck implementation for checking colors.static class
AttrCheck implementation for checking the "submit" attribute.static class
AttrCheck implementation for checking ids.static class
AttrCheck implementation for checking lang and xml:lang.static class
AttrCheck implementation for checking the "length" attribute.static class
AttrCheck implementation for checking the "name" attribute.static class
AttrCheck implementation for checking numbers.static class
AttrCheck implementation for checking Scope.static class
AttrCheck implementation for checking scripts.static class
AttrCheck implementation for checking scroll.static class
AttrCheck implementation for checking the "shape" attribute.static class
AttrCheck implementation for checking the "target" attribute.static class
AttrCheck implementation for checking dir.static class
AttrCheck implementation for checking URLs.static class
AttrCheck implementation for checking the "valign" attribute.static class
AttrCheck implementation for checking valuetype.Fields in org.w3c.tidy declared as AttrCheckModifier and TypeFieldDescriptionstatic final AttrCheck
AttrCheckImpl.ALIGN
checker for "align" attribute.static final AttrCheck
AttrCheckImpl.BOOL
checker for boolean attributes.static final AttrCheck
AttrCheckImpl.CHARACTER
checker for attributes that can contain a single character.static final AttrCheck
AttrCheckImpl.CHARSET
checker for "charset" attribute.static final AttrCheck
AttrCheckImpl.CLEAR
checker for "clear" attribute.static final AttrCheck
AttrCheckImpl.COLOR
checker for "color" attribute.static final AttrCheck
AttrCheckImpl.COLS
checker for "cols" attribute.static final AttrCheck
AttrCheckImpl.COORDS
checker for "coords" attribute.static final AttrCheck
AttrCheckImpl.DATE
checker for attributes containing dates.static final AttrCheck
AttrCheckImpl.FBORDER
checker for "frameborder" attribute.static final AttrCheck
AttrCheckImpl.FSUBMIT
checker for "submit" attribute.static final AttrCheck
AttrCheckImpl.ID
checker for ids.static final AttrCheck
AttrCheckImpl.IDREF
checker for attributes referencng an id.static final AttrCheck
AttrCheckImpl.LANG
checker for "lang" and "xml:lang" attributes.static final AttrCheck
AttrCheckImpl.LENGTH
checker for "lenght" attribute.static final AttrCheck
AttrCheckImpl.LINKTYPES
checker for "rel" and "rev" attributes.static final AttrCheck
AttrCheckImpl.MEDIA
checker for "media" attribute.static final AttrCheck
AttrCheckImpl.NAME
checker for "name" attribute.static final AttrCheck
AttrCheckImpl.NUMBER
checker for "number" attribute.static final AttrCheck
AttrCheckImpl.SCOPE
checker for "scope" attribute.static final AttrCheck
AttrCheckImpl.SCRIPT
checker for scripts.static final AttrCheck
AttrCheckImpl.SCROLL
checker for "scroll" attribute.static final AttrCheck
AttrCheckImpl.SHAPE
checker for "shape" attribute.static final AttrCheck
AttrCheckImpl.TARGET
checker for "target" attribute.static final AttrCheck
AttrCheckImpl.TEXT
checker for text attributes.static final AttrCheck
AttrCheckImpl.TEXTDIR
checker for "dir" attribute.static final AttrCheck
AttrCheckImpl.TFRAME
checker for table "frame" attribute.static final AttrCheck
AttrCheckImpl.TRULES
checker for table "rules" attribute.static final AttrCheck
AttrCheckImpl.TYPE
checker for "type" attribute.static final AttrCheck
AttrCheckImpl.URL
checker for URLs.static final AttrCheck
AttrCheckImpl.URLS
checker for attributes which contain a list of urls.static final AttrCheck
AttrCheckImpl.VALIGN
checker for "valign" attribute.static final AttrCheck
AttrCheckImpl.VTYPE
checker for "vtype" attribute.Methods in org.w3c.tidy that return AttrCheckConstructors in org.w3c.tidy with parameters of type AttrCheckModifierConstructorDescriptionAttribute
(String attributeName, EnumSet<HtmlVersion> htmlVersions, AttrCheck check) Instantiates a new Attribute.