| java.lang.Object org.w3c.tidy.Style
Style | public class Style (Code) | | Linked list of class names and styles.
author: Dave Raggett dsr@w3.org author: Andy Quick ac.quick@sympatico.ca (translation to Java) author: Fabrizio Giustina version: $Revision: 1.7 $ ($Author: fgiust $) |
Constructor Summary | |
public | Style(String tag, String tagClass, String properties, Style next) Instantiates a new style.
Parameters: tag - Tag name Parameters: tagClass - Tag class Parameters: properties - Style properties Parameters: next - Next linked style element. |
next | protected Style next(Code) | | Next linked style element.
|
properties | protected String properties(Code) | | Style properties.
|
Style | public Style(String tag, String tagClass, String properties, Style next)(Code) | | Instantiates a new style.
Parameters: tag - Tag name Parameters: tagClass - Tag class Parameters: properties - Style properties Parameters: next - Next linked style element. Can be null. |
|
|