|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents a single style rule in a style sheet
| Method Summary | |
java.lang.String |
getCSSText()
Returns the text of the rule (The text between the braces) |
java.lang.String |
getProperty(java.lang.String propertyName)
Returns the value for given css property. |
java.lang.String |
getSelectorText()
Returns the selectorText for the current rule (e.g .body) |
void |
setProperty(java.lang.String propertyName,
java.lang.String propertyValue)
Sets the given property to given value for this rule. |
| Method Detail |
public java.lang.String getSelectorText()
public java.lang.String getCSSText()
public java.lang.String getProperty(java.lang.String propertyName)
public void setProperty(java.lang.String propertyName,
java.lang.String propertyValue)
propertyName - the property to setpropertyValue - the value to set the property to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||