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 String
getAttribute()
String
getValue()
boolean
isValid()
void
setAttribute(String attribute)
void
setValue(String value)
String
toString()
-
-
-
Constructor Detail
-
Style
public Style(String style)
contruct css style with a style as param. life 'color: ref'- Parameters:
style
-
-
-