|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IStyleRule
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 |
|---|
java.lang.String getSelectorText()
java.lang.String getCSSText()
java.lang.String getProperty(java.lang.String propertyName)
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 | ||||||||