org.w3c.tidy
Class StyleProp

java.lang.Object
  extended by org.w3c.tidy.StyleProp

public class StyleProp
extends Object

Linked list of style properties.

Version:
$Revision: 587 $ ($Author: fgiust $)
Author:
Dave Raggett [email protected] , Andy Quick [email protected] (translation to Java), Fabrizio Giustina

Field Summary
protected  String name
          Style name.
protected  StyleProp next
          Next linked style property.
protected  String value
          Style value.
 
Constructor Summary
StyleProp(String name, String value, StyleProp next)
          Instantiates a new style property.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name
Style name.


value

protected String value
Style value.


next

protected StyleProp next
Next linked style property.

Constructor Detail

StyleProp

public StyleProp(String name,
                 String value,
                 StyleProp next)
Instantiates a new style property.

Parameters:
name - Style name
value - Style value
next - Next linked style property. Can be null.


Copyright © 2000-2010 sourceforge. All Rights Reserved.