org.w3c.tidy
Class StyleProp

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

public class StyleProp
extends java.lang.Object

Linked list of style properties.

Version:
$Revision: 779 $ ($Author: fgiust $)
Author:
Dave Raggett dsr@w3.org , Andy Quick ac.quick@sympatico.ca (translation to Java), Fabrizio Giustina

Field Summary
protected  java.lang.String name
          Style name.
protected  StyleProp next
          Next linked style property.
protected  java.lang.String value
          Style value.
 
Constructor Summary
StyleProp(java.lang.String name, java.lang.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 java.lang.String name
Style name.


value

protected java.lang.String value
Style value.


next

protected StyleProp next
Next linked style property.

Constructor Detail

StyleProp

public StyleProp(java.lang.String name,
                 java.lang.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-2006 sourceforge. All Rights Reserved.