|
||||||||||
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.CSSOMImportRule.ImportRuleHandler
To handle an import rule.
Constructor Summary | |
protected |
CSSOMImportRule.ImportRuleHandler()
|
Method Summary | |
void |
importStyle(java.lang.String uri,
SACMediaList m,
java.lang.String defaultNamespaceURI)
Receive notification of a import statement in the style sheet. |
Methods inherited from class org.apache.batik.css.DocumentHandlerAdapter |
comment, endDocument, endFontFace, endMedia, endPage, endSelector, ignorableAtRule, 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 CSSOMImportRule.ImportRuleHandler()
Method Detail |
public void importStyle(java.lang.String uri, SACMediaList m, java.lang.String defaultNamespaceURI) throws CSSException
importStyle
in class DocumentHandlerAdapter
org.w3c.css.sac.DocumentHandler
uri
- The URI of the imported style sheet.media
- The intended destination media for style information.defaultNamepaceURI
- The default namespace URI for the imported
style sheet.CSSException
- Any CSS exception, possibly wrapping another
exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |