Uses of Interface
org.marc4j.marc.Record

Packages that use Record
org.marc4j Classes to read and write MARC and MARCXML records. 
org.marc4j.marc Interfaces for the record object model. 
org.marc4j.marc.impl Default implementation of the MARC record object model. 
 

Uses of Record in org.marc4j
 

Methods in org.marc4j that return Record
 Record MarcXmlReader.next()
          Returns the next record in the iteration.
 Record MarcStreamReader.next()
          Returns the next record in the iteration.
 Record MarcReader.next()
          Returns the next record in the iteration.
 Record MarcPermissiveStreamReader.next()
          Returns the next record in the iteration.
 Record MarcDirStreamReader.next()
          Returns the next record in the iteration.
 Record RecordStack.pop()
          Removes the Record object from the stack and returns that object.
 

Methods in org.marc4j with parameters of type Record
 void RecordStack.push(Record record)
          Pushes a Record object on the stack.
protected  void MarcXmlWriter.toXml(Record record)
           
 void MarcXmlWriter.write(Record record)
          Writes a Record object to the result.
 void MarcWriter.write(Record record)
          Writes a single Record to the output stream.
 void MarcStreamWriter.write(Record record)
          Writes a Record object to the writer.
 

Uses of Record in org.marc4j.marc
 

Methods in org.marc4j.marc that return Record
abstract  Record MarcFactory.newRecord()
          Returns a new record instance.
abstract  Record MarcFactory.newRecord(Leader leader)
          Returns a new record instance.
abstract  Record MarcFactory.newRecord(String leader)
          Returns a new record instance.
 

Uses of Record in org.marc4j.marc.impl
 

Classes in org.marc4j.marc.impl that implement Record
 class RecordImpl
          Represents a MARC record.
 

Methods in org.marc4j.marc.impl that return Record
 Record MarcFactoryImpl.newRecord()
          Returns a new record instance with a default leader.
 Record MarcFactoryImpl.newRecord(Leader leader)
           
 Record MarcFactoryImpl.newRecord(String leader)
           
 



Copyright © 2002-2006 Bas Peters. All Rights Reserved.