Uses of Class
com.osbcp.cssparser.PropertyValue

Uses of PropertyValue in com.osbcp.cssparser
 

Methods in com.osbcp.cssparser that return types with arguments of type PropertyValue
 java.util.List<PropertyValue> Rule.getPropertyValues()
          Returns a list of all property values attached to the rule.
 

Methods in com.osbcp.cssparser with parameters of type PropertyValue
 void Rule.addPropertyValue(PropertyValue propertyValue)
          Adds a property value to the rule.
 void Rule.removePropertyValue(PropertyValue propertyValue)
          Removes a property value from the rule.