All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.tidy.AttrCheckImpl

java.lang.Object
   |
   +----org.w3c.tidy.AttrCheckImpl

public class AttrCheckImpl
extends Object
Check attribute values implementations (c) 1998, 1999 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice. Derived from HTML Tidy Release 26 Jul 1999


Constructor Index

 o AttrCheckImpl()

Method Index

 o getCheckAlign()
 o getCheckBool()
 o getCheckId()
 o getCheckName()
 o getCheckScript()
 o getCheckUrl()
 o getCheckValign()

Constructors

 o AttrCheckImpl
 public AttrCheckImpl()

Methods

 o getCheckUrl
 public static AttrCheck getCheckUrl()
 o getCheckScript
 public static AttrCheck getCheckScript()
 o getCheckAlign
 public static AttrCheck getCheckAlign()
 o getCheckValign
 public static AttrCheck getCheckValign()
 o getCheckBool
 public static AttrCheck getCheckBool()
 o getCheckId
 public static AttrCheck getCheckId()
 o getCheckName
 public static AttrCheck getCheckName()

All Packages  Class Hierarchy  This Package  Previous  Next  Index