org.w3c.tidy

Class Style


public class Style
extends java.lang.Object

Linked list of class names and styles.
Version:
$Revision: 587 $ ($Author: fgiust $)
Authors:
Dave Raggett dsr@w3.org
Andy Quick ac.quick@sympatico.ca (translation to Java)
Fabrizio Giustina

Field Summary

protected Style
next
Next linked style element.
protected String
properties
Style properties.
protected String
tag
Tag name.
protected String
tagClass
Tag class.

Constructor Summary

Style(String tag, String tagClass, String properties, Style next)
Instantiates a new style.

Field Details

Style next
Next linked style element.

properties

protected String properties
Style properties.

tag

protected String tag
Tag name.

tagClass

protected String tagClass
Tag class.

Constructor Details

Style

public Style(String tag,
             String tagClass,
             String properties,
             Style next)
Instantiates a new style.
Parameters:
tag - Tag name
tagClass - Tag class
properties - Style properties
next - Next linked style element. Can be null.