Package org.javlo.helper
Class CSSParser.Style
- java.lang.Object
-
- org.javlo.helper.CSSParser.Style
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttribute()StringgetValue()booleanisValid()voidsetAttribute(String attribute)voidsetValue(String value)StringtoString()
-
-
-
Constructor Detail
-
Style
public Style(String style)
contruct css style with a style as param. life 'color: ref'- Parameters:
style-
-
-