Uses of Class
org.w3c.tidy.StyleProp
-
Packages that use StyleProp Package Description org.w3c.tidy -
-
Uses of StyleProp in org.w3c.tidy
Fields in org.w3c.tidy declared as StyleProp Modifier and Type Field Description protected StyleProp
StyleProp. next
Next linked style property.Methods in org.w3c.tidy that return StyleProp Modifier and Type Method 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.Methods in org.w3c.tidy with parameters of type StyleProp Modifier and Type Method 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.Constructors in org.w3c.tidy with parameters of type StyleProp Constructor Description StyleProp(java.lang.String name, java.lang.String value, StyleProp next)
Instantiates a new style property.
-