|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use StyleProp | |
| org.w3c.tidy | |
| Uses of StyleProp in org.w3c.tidy |
| Fields in org.w3c.tidy declared as StyleProp | |
protected StyleProp |
StyleProp.next
Next linked style property. |
| Methods in org.w3c.tidy that return StyleProp | |
private StyleProp |
Clean.insertProperty(StyleProp props,
java.lang.String name,
java.lang.String value)
Insert a css style property. |
private StyleProp |
Clean.createProps(StyleProp prop,
java.lang.String style)
Create sorted linked list of properties from style string. |
| Methods in org.w3c.tidy with parameters of type StyleProp | |
private StyleProp |
Clean.insertProperty(StyleProp props,
java.lang.String name,
java.lang.String value)
Insert a css style property. |
private StyleProp |
Clean.createProps(StyleProp prop,
java.lang.String style)
Create sorted linked list of properties from style string. |
private java.lang.String |
Clean.createPropString(StyleProp props)
Create a css property. |
| Constructors in org.w3c.tidy with parameters of type StyleProp | |
StyleProp(java.lang.String name,
java.lang.String value,
StyleProp next)
Instantiates a new style property. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||