Package org.w3c.tidy
Class StyleProp
java.lang.Object
org.w3c.tidy.StyleProp
Linked list of style properties.
- Version:
- $Revision: 587 $ ($Author: fgiust $)
- Author:
- Dave Raggett dsr@w3.org , Andy Quick ac.quick@sympatico.ca (translation to Java), Fabrizio Giustina
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
Style name. -
value
Style value. -
next
Next linked style property.
-
-
Constructor Details
-
StyleProp
Instantiates a new style property.- Parameters:
name
- Style namevalue
- Style valuenext
- Next linked style property. Can be null.
-