| java.lang.Object org.w3c.tidy.StyleProp
StyleProp | public class StyleProp (Code) | | Linked list of style properties.
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 | StyleProp(String name, String value, StyleProp next) Instantiates a new style property.
Parameters: name - Style name Parameters: value - Style value Parameters: next - Next linked style property. |
StyleProp | public StyleProp(String name, String value, StyleProp next)(Code) | | Instantiates a new style property.
Parameters: name - Style name Parameters: value - Style value Parameters: next - Next linked style property. Can be null. |
|
|