|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents the objects which own a list of CSSRules.
Method Summary | |
void |
appendRule(CSSRule r)
Appends a rule. |
void |
deleteRule(int index)
Used to delete a rule from the list. |
Parser |
getParser()
Returns the parser used to read style sheets. |
ValueFactoryMap |
getValueFactoryMap()
Returns the map of value factories. |
int |
insertRule(java.lang.String rule,
int index)
Used to insert a new rule into the list. |
Method Detail |
public Parser getParser()
public ValueFactoryMap getValueFactoryMap()
public int insertRule(java.lang.String rule, int index) throws DOMException
public void deleteRule(int index) throws DOMException
public void appendRule(CSSRule r)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |