All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.tidy.AttVal

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

public class AttVal
extends Object
implements Cloneable
Attribute/Value linked list node (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 asp
 o attribute
 o delim
 o dict
 o next
 o value

Constructor Index

 o AttVal()
 o AttVal(AttVal, Attribute, int, String, String)
 o AttVal(AttVal, Attribute, Node, int, String, String)

Method Index

 o checkAttribute(Lexer, Node)
 o clone()
 o isBoolAttribute()

Variables

 o next
 public AttVal next
 o dict
 public Attribute dict
 o asp
 public Node asp
 o delim
 public int delim
 o attribute
 public String attribute
 o value
 public String value

Constructors

 o AttVal
 public AttVal()
 o AttVal
 public AttVal(AttVal next,
               Attribute dict,
               int delim,
               String attribute,
               String value)
 o AttVal
 public AttVal(AttVal next,
               Attribute dict,
               Node asp,
               int delim,
               String attribute,
               String value)

Methods

 o clone
 protected Object clone()
Overrides:
clone in class Object
 o isBoolAttribute
 public boolean isBoolAttribute()
 o checkAttribute
 public Attribute checkAttribute(Lexer lexer,
                                 Node node)

All Packages  Class Hierarchy  This Package  Previous  Next  Index