Package org.w3c.tidy
Class AttrCheckImpl
java.lang.Object
org.w3c.tidy.AttrCheckImpl
Check attribute values implementations.
- Version:
- $Revision: 1099 $ ($Author: aditsu $)
- Author:
- Dave Raggett dsr@w3.org , Andy Quick ac.quick@sympatico.ca (translation to Java), Fabrizio Giustina
-
Nested Class Summary
Nested ClassesModifier 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. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AttrCheck
checker for "align" attribute.static final AttrCheck
checker for boolean attributes.static final AttrCheck
checker for attributes that can contain a single character.static final AttrCheck
checker for "charset" attribute.static final AttrCheck
checker for "clear" attribute.static final AttrCheck
checker for "color" attribute.static final AttrCheck
checker for "cols" attribute.static final AttrCheck
checker for "coords" attribute.static final AttrCheck
checker for attributes containing dates.static final AttrCheck
checker for "frameborder" attribute.static final AttrCheck
checker for "submit" attribute.static final AttrCheck
checker for ids.static final AttrCheck
checker for attributes referencng an id.static final AttrCheck
checker for "lang" and "xml:lang" attributes.static final AttrCheck
checker for "lenght" attribute.static final AttrCheck
checker for "rel" and "rev" attributes.static final AttrCheck
checker for "media" attribute.static final AttrCheck
checker for "name" attribute.static final AttrCheck
checker for "number" attribute.static final AttrCheck
checker for "scope" attribute.static final AttrCheck
checker for scripts.static final AttrCheck
checker for "scroll" attribute.static final AttrCheck
checker for "shape" attribute.static final AttrCheck
checker for "target" attribute.static final AttrCheck
checker for text attributes.static final AttrCheck
checker for "dir" attribute.static final AttrCheck
checker for table "frame" attribute.static final AttrCheck
checker for table "rules" attribute.static final AttrCheck
checker for "type" attribute.static final AttrCheck
checker for URLs.static final AttrCheck
checker for attributes which contain a list of urls.static final AttrCheck
checker for "valign" attribute.static final AttrCheck
checker for "vtype" attribute. -
Method Summary
-
Field Details
-
URL
checker for URLs. -
SCRIPT
checker for scripts. -
NAME
checker for "name" attribute. -
ID
checker for ids. -
ALIGN
checker for "align" attribute. -
VALIGN
checker for "valign" attribute. -
BOOL
checker for boolean attributes. -
LENGTH
checker for "lenght" attribute. -
TARGET
checker for "target" attribute. -
FSUBMIT
checker for "submit" attribute. -
CLEAR
checker for "clear" attribute. -
SHAPE
checker for "shape" attribute. -
NUMBER
checker for "number" attribute. -
SCOPE
checker for "scope" attribute. -
COLOR
checker for "color" attribute. -
VTYPE
checker for "vtype" attribute. -
SCROLL
checker for "scroll" attribute. -
TEXTDIR
checker for "dir" attribute. -
LANG
checker for "lang" and "xml:lang" attributes. -
TEXT
checker for text attributes. Actually null (no validation). -
CHARSET
checker for "charset" attribute. Actually null (no validation). -
TYPE
checker for "type" attribute. Actually null (no validation). -
CHARACTER
checker for attributes that can contain a single character. Actually null (no validation). -
URLS
checker for attributes which contain a list of urls. Actually null (no validation). -
COLS
checker for "cols" attribute. Actually null (no validation). -
COORDS
checker for "coords" attribute. Actually null (no validation). -
DATE
checker for attributes containing dates. Actually null (no validation). -
IDREF
checker for attributes referencng an id. Actually null (no validation). -
TFRAME
checker for table "frame" attribute. Actually null (no validation). -
FBORDER
checker for "frameborder" attribute. Actually null (no validation). -
MEDIA
checker for "media" attribute. Actually null (no validation). -
LINKTYPES
checker for "rel" and "rev" attributes. Actually null (no validation). -
TRULES
checker for table "rules" attribute. Actually null (no validation).
-