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.MarcReaderpublic org.marc4j.marc.Record next()
next in interface org.marc4j.MarcReaderpublic boolean hasErrors()
hasErrors in interface OLEMarcReaderpublic List<org.marc4j.ErrorHandler.Error> getErrors()
getErrors in interface OLEMarcReaderpublic org.marc4j.ErrorHandler.Error getError()
getError in interface OLEMarcReaderpublic void clearErrors()
clearErrors in interface OLEMarcReaderCopyright © 2004–2014 The Kuali Foundation. All rights reserved.