public class RecordsIterator extends Object implements Iterator<DarwinSimpleRecord>
| Modifier and Type | Field and Description |
|---|---|
String |
baseurl |
int |
count |
XMLEventReader |
eventReader |
String |
filter |
XMLInputFactory |
ifactory |
InputStream |
inputStream |
int |
limit |
String |
model |
String |
pathUrl |
int |
start |
NodeList |
sum |
| Constructor and Description |
|---|
RecordsIterator(String baseurl,
String filter,
String model,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getRecord() |
boolean |
hasNext() |
RecordsIterator |
iterator() |
DarwinSimpleRecord |
next() |
void |
remove() |
public NodeList sum
public int start
public int count
public String pathUrl
public String filter
public String baseurl
public String model
public int limit
public XMLEventReader eventReader
public XMLInputFactory ifactory
public InputStream inputStream
public DarwinSimpleRecord next()
next in interface Iterator<DarwinSimpleRecord>public boolean hasNext()
hasNext in interface Iterator<DarwinSimpleRecord>public void remove()
remove in interface Iterator<DarwinSimpleRecord>public RecordsIterator iterator()
public boolean getRecord()
throws XMLStreamException
XMLStreamExceptionCopyright © 2014. All Rights Reserved.