Uses of Interface
org.w3c.css.sac.DocumentHandler

Packages that use DocumentHandler
org.apache.batik.css Provides the classes for accessing CSS2 through DOM level 2 interfaces. 
org.apache.batik.css.parser Provides a CSS parser conform to the SAC API. 
org.w3c.css.sac   
 

Uses of DocumentHandler in org.apache.batik.css
 

Classes in org.apache.batik.css that implement DocumentHandler
 class CSSDocumentHandler
          This class provides conveniant methods for parsing style sheets and implements the DocumentHandler interface.
protected  class CSSOMImportRule.ImportRuleHandler
          To handle an import rule.
protected  class CSSOMMediaRule.MediaRuleHandler
          To handle the parsing of a media rule.
protected  class CSSOMStyleDeclaration.StyleDeclarationHandler
          To handle the parsing of a style declaration
protected  class CSSOMStyleRule.StyleRuleHandler
          To handle the parsing of a style rule.
protected  class CSSOMUnknownRule.UnknownRuleHandler
          To handle the parsing of an unknown rule.
 class DocumentHandlerAdapter
          This class is an adapter of the DocumentHandler interface.
 

Fields in org.apache.batik.css declared as DocumentHandler
protected  DocumentHandler CSSOMImportRule.ruleHandler
          The CSS document handler.
protected  DocumentHandler CSSOMMediaRule.ruleHandler
          The CSS document handler.
protected  DocumentHandler CSSOMStyleDeclaration.handler
          The document handler.
protected  DocumentHandler CSSOMStyleRule.ruleHandler
          The CSS document handler.
protected  DocumentHandler CSSOMUnknownRule.ruleHandler
          The CSS document handler.
 

Uses of DocumentHandler in org.apache.batik.css.parser
 

Classes in org.apache.batik.css.parser that implement DocumentHandler
 class DefaultDocumentHandler
          This class provides a default implementation of the SAC DocumentHandler.
 

Fields in org.apache.batik.css.parser declared as DocumentHandler
protected  DocumentHandler Parser.documentHandler
          The document handler.
static DocumentHandler DefaultDocumentHandler.INSTANCE
          The instance of this class.
 

Methods in org.apache.batik.css.parser with parameters of type DocumentHandler
 void Parser.setDocumentHandler(DocumentHandler handler)
          SAC: Implements Parser.setDocumentHandler(DocumentHandler).
 void ExtendedParserWrapper.setDocumentHandler(DocumentHandler handler)
          SAC: Implements Parser.setDocumentHandler(DocumentHandler).
 

Uses of DocumentHandler in org.w3c.css.sac
 

Methods in org.w3c.css.sac with parameters of type DocumentHandler
 void Parser.setDocumentHandler(DocumentHandler handler)
          Allow an application to register a document event handler.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.