All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.tidy.Style

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

public class Style
extends Object
Linked list of class names and styles (c) 1998, 1999 (W3C) MIT, INRIA, Keio University Derived from HTML Tidy Release 26 Jul 1999


Variable Index

 o next
 o properties
 o tag
 o tagClass

Constructor Index

 o Style()
 o Style(String, String, String)
 o Style(String, String, String, Style)

Variables

 o tag
 public String tag
 o tagClass
 public String tagClass
 o properties
 public String properties
 o next
 public Style next

Constructors

 o Style
 public Style(String tag,
              String tagClass,
              String properties,
              Style next)
 o Style
 public Style(String tag,
              String tagClass,
              String properties)
 o Style
 public Style()

All Packages  Class Hierarchy  This Package  Previous  Next  Index