All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.tidy.Attribute

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

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


Variable Index

 o attrchk
 o name
 o nowrap
 o versions

Constructor Index

 o Attribute(String, boolean, short, AttrCheck)
 o Attribute(String, short, AttrCheck)

Variables

 o name
 public String name
 o nowrap
 public boolean nowrap
 o versions
 public short versions
 o attrchk
 public AttrCheck attrchk

Constructors

 o Attribute
 public Attribute(String name,
                  boolean nowrap,
                  short versions,
                  AttrCheck attrchk)
 o Attribute
 public Attribute(String name,
                  short versions,
                  AttrCheck attrchk)

All Packages  Class Hierarchy  This Package  Previous  Next  Index