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.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
static ErrorHandler DefaultErrorHandler.INSTANCE
          The instance of this class.
protected  ErrorHandler Parser.errorHandler
          The error handler.
 

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.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 © 2002 Apache Software Foundation. All Rights Reserved.