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 StylePropStyleProp. nextNext linked style property.Methods in org.w3c.tidy that return StyleProp Modifier and Type Method Description private StylePropClean. createProps(StyleProp prop, java.lang.String style)Create sorted linked list of properties from style string.private StylePropClean. 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 StylePropClean. createProps(StyleProp prop, java.lang.String style)Create sorted linked list of properties from style string.private java.lang.StringClean. createPropString(StyleProp props)Create a css property.private StylePropClean. 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.
-