Uses of Interface
org.marc4j.MarcHandler

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 MarcHandler implementation.
 

Uses of MarcHandler in org.marc4j.helpers
 

Classes in org.marc4j.helpers that implement MarcHandler
 class DefaultHandler
          Provides default implementations for the callbacks in the MarcHandler and ErrorHandler interface.
 class RecordBuilder
          Creates record objects from MarcHandler events and reports events to the RecordHandler.
 

Uses of MarcHandler in org.marc4j.marcxml
 

Classes in org.marc4j.marcxml that implement MarcHandler
 class MarcXmlFilter
          Deprecated. This class has been replaced by MarcXmlReader
 class MarcXmlReader
          MarcXmlReader is an XMLReader that consumes MarcHandler events and reports events to a SAX2 ContentHandler.
 

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 MarcHandler object.
 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 MarcWriter
          Implements the MarcHandler interface to write record objects to tape format (ISO 2709).
 class TaggedWriter
          Implements the MarcHandler interface to write MARC data in tagged display format.
 



Copyright © 2001-2004 Bas Peters. All Rights Reserved.