Uses of Interface
org.apache.batik.parser.ErrorHandler
Packages that use ErrorHandler
Package
Description
Provides a set of parsers and objects to manipulate SVG attributes.
-
Uses of ErrorHandler in org.apache.batik.parser
Classes in org.apache.batik.parser that implement ErrorHandlerModifier and TypeClassDescriptionclassThis class provides a default implementation of ErrorHandler.Fields in org.apache.batik.parser declared as ErrorHandlerModifier and TypeFieldDescriptionprotected ErrorHandlerAbstractParser.errorHandlerThe error handler.Methods in org.apache.batik.parser with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoidAbstractParser.setErrorHandler(ErrorHandler handler) Allow an application to register an error event handler.voidParser.setErrorHandler(ErrorHandler handler) Allows an application to register an error event handler.