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

Packages that use ErrorHandler
org.apache.batik.css.parser Provides a CSS parser conform to the SAC API. 
org.apache.batik.parser.style Provides an extensible framework for style attributes parsing. 
org.w3c.css.sac   
 

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

Classes in org.apache.batik.css.parser that implement ErrorHandler
 class DefaultErrorHandler
          This class provides a default implementation of the ErrorHandler interface.
 

Fields in org.apache.batik.css.parser declared as ErrorHandler
protected  ErrorHandler Parser.errorHandler
          The error handler.
static ErrorHandler DefaultErrorHandler.INSTANCE
          The instance of this class.
 

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

Uses of ErrorHandler in org.apache.batik.parser.style
 

Fields in org.apache.batik.parser.style declared as ErrorHandler
protected  ErrorHandler StyleAttributeParser.errorHandler
          The ErrorHandler.
 

Methods in org.apache.batik.parser.style that return ErrorHandler
 ErrorHandler StyleAttributeParser.getErrorHandler()
          Gets the ErrorHandler.
 

Methods in org.apache.batik.parser.style with parameters of type ErrorHandler
 void StyleAttributeParser.setErrorHandler(ErrorHandler e)
          Sets the ErrorHandler.
 

Uses of ErrorHandler in org.w3c.css.sac
 

Methods in org.w3c.css.sac with parameters of type ErrorHandler
 void Parser.setErrorHandler(ErrorHandler handler)
          Allow an application to register an error event handler.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.