org.apache.batik.css
Class CSSOMImportRule.ImportRuleHandler

java.lang.Object
  |
  +--org.apache.batik.css.DocumentHandlerAdapter
        |
        +--org.apache.batik.css.CSSOMImportRule.ImportRuleHandler
All Implemented Interfaces:
DocumentHandler
Enclosing class:
CSSOMImportRule

protected class CSSOMImportRule.ImportRuleHandler
extends DocumentHandlerAdapter

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

CSSOMImportRule.ImportRuleHandler

protected CSSOMImportRule.ImportRuleHandler()
Method Detail

importStyle

public void importStyle(java.lang.String uri,
                        SACMediaList m,
                        java.lang.String defaultNamespaceURI)
                 throws CSSException
Receive notification of a import statement in the style sheet.
Overrides:
importStyle in class DocumentHandlerAdapter
Following copied from interface: org.w3c.css.sac.DocumentHandler
Parameters:
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.
Throws:
CSSException - Any CSS exception, possibly wrapping another exception.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.