org.apache.batik.css
Class CSSOMUnknownRule.UnknownRuleHandler

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

protected class CSSOMUnknownRule.UnknownRuleHandler
extends DocumentHandlerAdapter

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

CSSOMUnknownRule.UnknownRuleHandler

protected CSSOMUnknownRule.UnknownRuleHandler()
Method Detail

ignorableAtRule

public void ignorableAtRule(java.lang.String atRule)
                     throws CSSException
SAC: Implements DocumentHandler.ignorableAtRule(String).
Overrides:
ignorableAtRule in class DocumentHandlerAdapter
Following copied from interface: org.w3c.css.sac.DocumentHandler
Parameters:
at-rule - The complete ignored at-rule.
Throws:
CSSException - Any CSS exception, possibly wrapping another exception.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.