|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorHandler | |
org.marc4j | This package contains an event-based parser to process MARC records. |
org.marc4j.helpers | This package contains helper classes. |
Uses of ErrorHandler in org.marc4j |
Methods in org.marc4j with parameters of type ErrorHandler | |
void |
MarcReader.setErrorHandler(ErrorHandler eh)
Registers the ErrorHandler implementation. |
Uses of ErrorHandler in org.marc4j.helpers |
Classes in org.marc4j.helpers that implement ErrorHandler | |
class |
DefaultHandler
Provides default implementations for the callbacks in the MarcHandler and ErrorHandler
interface. |
class |
ErrorHandlerImpl
Implements the ErrorHandler interface to report about
warnings and errors that occur during the parsing of a MARC record. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |