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
This class is a variation of MarcXmlReader
-
Field Summary
Fields inherited from class de.gwdg.metadataqa.marc.utils.pica.reader.PicaReader
idCode, idField, idTag, parsed, schema, subfieldSeparator -
Constructor Summary
ConstructorsConstructorDescriptionPicaXmlReader(InputStream input) PicaXmlReader(InputSource input) Constructs an instance with the specified input source. -
Method Summary
Methods inherited from class de.gwdg.metadataqa.marc.utils.pica.reader.PicaReader
getIdCode, getIdField, getIdTag, getSubfieldSeparator, parseIdField, setIdCode, setIdField, setSubfieldSeparator
-
Constructor Details
-
PicaXmlReader
-
PicaXmlReader
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()
-