public class OLEMarcXmlReader extends Object implements OLEMarcReader
Constructor and Description |
---|
OLEMarcXmlReader(InputSource input) |
OLEMarcXmlReader(InputStream input) |
Modifier and Type | Method and Description |
---|---|
void |
clearErrors() |
org.marc4j.ErrorHandler.Error |
getError() |
List<org.marc4j.ErrorHandler.Error> |
getErrors() |
boolean |
hasErrors() |
boolean |
hasNext()
Returns true if the iteration has more records, false otherwise.
|
org.marc4j.marc.Record |
next()
Returns the next record in the iteration.
|
public OLEMarcXmlReader(InputSource input) throws ExecutionException, InterruptedException
public OLEMarcXmlReader(InputStream input) throws ExecutionException, InterruptedException
public boolean hasNext()
hasNext
in interface org.marc4j.MarcReader
public org.marc4j.marc.Record next()
next
in interface org.marc4j.MarcReader
public boolean hasErrors()
hasErrors
in interface OLEMarcReader
public List<org.marc4j.ErrorHandler.Error> getErrors()
getErrors
in interface OLEMarcReader
public org.marc4j.ErrorHandler.Error getError()
getError
in interface OLEMarcReader
public void clearErrors()
clearErrors
in interface OLEMarcReader
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.