|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.DocumentHandlerAdapter | +--org.apache.batik.css.CSSOMUnknownRule.UnknownRuleHandler
To handle the parsing of an unknown rule.
Constructor Summary | |
protected |
CSSOMUnknownRule.UnknownRuleHandler()
|
Method Summary | |
void |
ignorableAtRule(java.lang.String atRule)
SAC: Implements DocumentHandler.ignorableAtRule(String) . |
Methods inherited from class org.apache.batik.css.DocumentHandlerAdapter |
comment, endDocument, endFontFace, endMedia, endPage, endSelector, importStyle, namespaceDeclaration, property, startDocument, startFontFace, startMedia, startPage, startSelector |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected CSSOMUnknownRule.UnknownRuleHandler()
Method Detail |
public void ignorableAtRule(java.lang.String atRule) throws CSSException
DocumentHandler.ignorableAtRule(String)
.ignorableAtRule
in class DocumentHandlerAdapter
org.w3c.css.sac.DocumentHandler
at-rule
- The complete ignored at-rule.CSSException
- Any CSS exception, possibly wrapping another
exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |