|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.w3c.tidy.StyleProp
public class StyleProp
Linked list of style properties.
| 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 |
|---|
protected java.lang.String name
protected java.lang.String value
protected StyleProp next
| Constructor Detail |
|---|
public StyleProp(java.lang.String name,
java.lang.String value,
StyleProp next)
name - Style namevalue - Style valuenext - Next linked style property. Can be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||