org.w3c.tidy
Class Style
public class Style
extends java.lang.Object
Linked list of class names and styles.
$Revision: 587 $ ($Author: fgiust $)protected Style | next - Next linked style element.
|
protected String | properties - Style properties.
|
protected String | tag - Tag name.
|
protected String | tagClass - Tag class.
|
Style(String tag, String tagClass, String properties, Style next) - Instantiates a new style.
|
next
protected Style next
Next linked style element.
properties
protected String properties
Style properties.
tag
protected String tag
Tag name.
tagClass
protected String tagClass
Tag class.
Style
public Style(String tag,
String tagClass,
String properties,
Style next)
Instantiates a new style.
tag
- Tag nametagClass
- Tag classproperties
- Style propertiesnext
- Next linked style element. Can be null.