Package org.marc4j
This package contains an event-based parser to process MARC records.
See:
Description
|
Interface Summary |
| ErrorHandler |
Defines Java callbacks to handle exceptions. |
| MarcHandler |
Defines Java callbacks to handle a collection of MARC records. |
|
Class Summary |
| MarcReader |
Parses MARC records and reports events to the MarcHandler
and optionally the ErrorHandler. |
|
Exception Summary |
| MarcReaderException |
A MarcReaderException thrown when an error occurs
while parsing MARC records. |
Package org.marc4j Description
This package contains an event-based parser to process MARC records.
MARC applications can be written by implementing the MarcHandler interface and optionally the ErrorHandler interface.
Copyright © 2001-2004 Bas Peters. All Rights Reserved.