|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.w3c.tidy.Style
public class Style
Linked list of class names and styles.
Field Summary | |
---|---|
protected Style |
next
Next linked style element. |
protected String |
properties
Style properties. |
protected String |
tag
Tag name. |
protected String |
tagClass
Tag class. |
Constructor Summary | |
---|---|
Style(String tag,
String tagClass,
String properties,
Style next)
Instantiates a new style. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String tag
protected String tagClass
protected String properties
protected Style next
Constructor Detail |
---|
public Style(String tag, String tagClass, String properties, Style next)
tag
- Tag nametagClass
- Tag classproperties
- Style propertiesnext
- Next linked style element. Can be null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |