org.gcube.data.spd.parser
Class RecordsIterator
java.lang.Object
org.gcube.data.spd.parser.RecordsIterator
- All Implemented Interfaces:
- Iterator<DarwinRecord>
public class RecordsIterator
- extends Object
- implements Iterator<DarwinRecord>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
limit
public final int limit
- See Also:
- Constant Field Values
sum
public NodeList sum
start
public int start
count
public int count
pathUrl
public String pathUrl
i
public int i
nList
public NodeList nList
filter
public String filter
baseurl
public String baseurl
model
public String model
dbFactory
public DocumentBuilderFactory dbFactory
dBuilder
public DocumentBuilder dBuilder
doc
public Document doc
RecordsIterator
public RecordsIterator(String baseurl,
String filter,
String model)
next
public DarwinRecord next()
- Specified by:
next in interface Iterator<DarwinRecord>
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<DarwinRecord>
remove
public void remove()
- Specified by:
remove in interface Iterator<DarwinRecord>
iterator
public RecordsIterator iterator()
getDoc
public NodeList getDoc(Document doc)
Copyright © 2012. All Rights Reserved.