Package | Description |
---|---|
org.w3c.tidy |
Modifier and Type | Field and Description |
---|---|
protected StyleProp |
StyleProp.next
Next linked style property.
|
Modifier and Type | Method and Description |
---|---|
private StyleProp |
Clean.createProps(StyleProp prop,
java.lang.String style)
Create sorted linked list of properties from style string.
|
private StyleProp |
Clean.insertProperty(StyleProp props,
java.lang.String name,
java.lang.String value)
Insert a css style property.
|
Modifier and Type | Method and Description |
---|---|
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.
|
private StyleProp |
Clean.insertProperty(StyleProp props,
java.lang.String name,
java.lang.String value)
Insert a css style property.
|
Constructor and Description |
---|
StyleProp(java.lang.String name,
java.lang.String value,
StyleProp next)
Instantiates a new style property.
|