public class MarcUnprettyXmlReader extends Object implements MarcReader
| Constructor and Description |
|---|
MarcUnprettyXmlReader(InputStream input)
Creates an ugly XML reader from the supplied
InputStream. |
public MarcUnprettyXmlReader(InputStream input)
InputStream.input - public boolean hasNext()
true if there is a next record to read; else,
false.hasNext in interface MarcReaderpublic Record next()
Record from the reader.next in interface MarcReaderRecord from the readerCopyright © 2014 FreeLibrary. All Rights Reserved.