org.gcube.data.spd.parser
Class RecordsIterator
java.lang.Object
org.gcube.data.spd.parser.RecordsIterator
- All Implemented Interfaces:
- Iterator<DarwinSimpleRecord>
public class RecordsIterator
- extends Object
- implements Iterator<DarwinSimpleRecord>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sum
public NodeList sum
start
public int start
count
public int count
pathUrl
public String pathUrl
filter
public String filter
baseurl
public String baseurl
model
public String model
limit
public int limit
eventReader
public XMLEventReader eventReader
ifactory
public XMLInputFactory ifactory
inputStream
public InputStream inputStream
RecordsIterator
public RecordsIterator(String baseurl,
String filter,
String model,
int limit)
next
public DarwinSimpleRecord next()
- Specified by:
next in interface Iterator<DarwinSimpleRecord>
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<DarwinSimpleRecord>
remove
public void remove()
- Specified by:
remove in interface Iterator<DarwinSimpleRecord>
iterator
public RecordsIterator iterator()
getRecord
public boolean getRecord()
throws XMLStreamException
- Throws:
XMLStreamException
Copyright © 2013. All Rights Reserved.