Package org.w3c.tidy
Class Style
java.lang.Object
org.w3c.tidy.Style
Linked list of class names and styles.
- Version:
- $Revision: 587 $ ($Author: fgiust $)
- Author:
- Dave Raggett dsr@w3.org , Andy Quick ac.quick@sympatico.ca (translation to Java), Fabrizio Giustina
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tag
Tag name. -
tagClass
Tag class. -
properties
Style properties. -
next
Next linked style element.
-
-
Constructor Details
-
Style
Instantiates a new style.- Parameters:
tag
- Tag nametagClass
- Tag classproperties
- Style propertiesnext
- Next linked style element. Can be null.
-