Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.port80.html.tidy.AttrCheck

Uses of AttrCheck in com.port80.html.tidy
 

Classes in com.port80.html.tidy that implement AttrCheck
static class AttrCheckImpl.CheckAlign
           
static class AttrCheckImpl.CheckBool
           
static class AttrCheckImpl.CheckId
           
static class AttrCheckImpl.CheckName
           
static class AttrCheckImpl.CheckScript
           
static class AttrCheckImpl.CheckUrl
           
static class AttrCheckImpl.CheckValign
           
 

Fields in com.port80.html.tidy declared as AttrCheck
 AttrCheck Attribute.attrchk
           
private static AttrCheck AttrCheckImpl._checkUrl
           
private static AttrCheck AttrCheckImpl._checkScript
           
private static AttrCheck AttrCheckImpl._checkAlign
           
private static AttrCheck AttrCheckImpl._checkValign
           
private static AttrCheck AttrCheckImpl._checkBool
           
private static AttrCheck AttrCheckImpl._checkId
           
private static AttrCheck AttrCheckImpl._checkName
           
 

Methods in com.port80.html.tidy that return AttrCheck
static AttrCheck AttrCheckImpl.getCheckUrl()
           
static AttrCheck AttrCheckImpl.getCheckScript()
           
static AttrCheck AttrCheckImpl.getCheckAlign()
           
static AttrCheck AttrCheckImpl.getCheckValign()
           
static AttrCheck AttrCheckImpl.getCheckBool()
           
static AttrCheck AttrCheckImpl.getCheckId()
           
static AttrCheck AttrCheckImpl.getCheckName()
           
 

Constructors in com.port80.html.tidy with parameters of type AttrCheck
Attribute(java.lang.String name, boolean nowrap, short versions, AttrCheck attrchk)
           
Attribute(java.lang.String name, short versions, AttrCheck attrchk)