Package org.w3c.tidy

Class AttrCheckImpl

java.lang.Object
org.w3c.tidy.AttrCheckImpl

public final class AttrCheckImpl extends Object
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
  • Field Details

    • 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).