org.w3c.tidy
Class Attribute

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

public class Attribute
extends java.lang.Object

HTML attribute (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice. Derived from HTML Tidy Release 4 Aug 2000

Version:
1.0, 1999/05/22
Author:
Dave Raggett , Andy Quick (translation to Java)

Field Summary
 AttrCheck attrchk
           
 boolean literal
           
 java.lang.String name
           
 boolean nowrap
           
 short versions
           
 
Constructor Summary
Attribute(java.lang.String name, boolean nowrap, short versions, AttrCheck attrchk)
           
Attribute(java.lang.String name, short versions, AttrCheck attrchk)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

nowrap

public boolean nowrap

literal

public boolean literal

versions

public short versions

attrchk

public AttrCheck attrchk
Constructor Detail

Attribute

public Attribute(java.lang.String name,
                 boolean nowrap,
                 short versions,
                 AttrCheck attrchk)

Attribute

public Attribute(java.lang.String name,
                 short versions,
                 AttrCheck attrchk)