org.w3c.tidy
Class StyleProp
public class StyleProp
extends java.lang.Object
Linked list of style properties.
$Revision: 587 $ ($Author: fgiust $)protected String | name- Style name.
|
protected StyleProp | next- Next linked style property.
|
protected String | value- Style value.
|
name
protected String name
Style name.
next
protected StyleProp next
Next linked style property.
value
protected String value
Style value.
StyleProp
public StyleProp(String name,
String value,
StyleProp next) Instantiates a new style property.
name - Style namevalue - Style valuenext - Next linked style property. Can be null.