Class PicaXmlReader

java.lang.Object
de.gwdg.metadataqa.marc.utils.pica.reader.PicaReader
de.gwdg.metadataqa.marc.utils.pica.reader.PicaXmlReader
All Implemented Interfaces:
org.marc4j.MarcReader

public class PicaXmlReader extends PicaReader
This class is a variation of MarcXmlReader
  • Constructor Details

    • PicaXmlReader

      public PicaXmlReader(InputStream input)
    • PicaXmlReader

      public PicaXmlReader(InputSource input)
      Constructs an instance with the specified input source.
      Parameters:
      input - the input source
  • Method Details

    • hasNext

      public boolean hasNext()
    • next

      public org.marc4j.marc.Record next()