| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MarcHandler | |
| org.marc4j | This package contains an event-based parser to process MARC records. | 
| org.marc4j.helpers | This package contains helper classes. | 
| org.marc4j.marcxml | This package contains SAX2 event consumers and producers to read and write MARCXML. | 
| org.marc4j.util | This package contains utilities. | 
| Uses of MarcHandler in org.marc4j | 
| Methods in org.marc4j with parameters of type MarcHandler | |
|  void | MarcReader.setMarcHandler(MarcHandler mh)Registers the MarcHandlerimplementation. | 
| Uses of MarcHandler in org.marc4j.helpers | 
| Classes in org.marc4j.helpers that implement MarcHandler | |
|  class | DefaultHandlerProvides default implementations for the callbacks in the MarcHandlerandErrorHandlerinterface. | 
|  class | RecordBuilderCreates record objects from MarcHandlerevents and reports
 events to theRecordHandler. | 
| Uses of MarcHandler in org.marc4j.marcxml | 
| Classes in org.marc4j.marcxml that implement MarcHandler | |
|  class | MarcXmlFilterDeprecated. This class has been replaced by MarcXmlReader | 
|  class | MarcXmlReaderMarcXmlReaderis anXMLReaderthat 
 consumesMarcHandlerevents and reports events to 
 a SAX2ContentHandler. | 
| Methods in org.marc4j.marcxml that return MarcHandler | |
|  MarcHandler | MarcResult.getHandler()Returns the MarcHandler implementation. | 
| Methods in org.marc4j.marcxml with parameters of type MarcHandler | |
|  void | MarcXmlHandler.setMarcHandler(MarcHandler mh)Registers the MarcHandlerobject. | 
|  void | MarcResult.setHandler(MarcHandler handler)Registers the MarcHandler implementation. | 
| Constructors in org.marc4j.marcxml with parameters of type MarcHandler | |
| MarcResult(MarcHandler handler)Create a new instance and registers the MarcHandler implementation. | |
| Uses of MarcHandler in org.marc4j.util | 
| Classes in org.marc4j.util that implement MarcHandler | |
|  class | MarcWriterImplements the MarcHandlerinterface
 to write record objects to tape format (ISO 2709). | 
|  class | TaggedWriterImplements the MarcHandlerinterface
 to write MARC data in tagged display format. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||