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 |
start
public static int start
count
public static int count
pathUrl
public static String pathUrl
i
public static int i
nList
public NodeList nList
filter
public String filter
baseurl
public String baseurl
model
public String model
dbFactory
public static DocumentBuilderFactory dbFactory
dBuilder
public static DocumentBuilder dBuilder
doc
public static 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()
Copyright © 2012. All Rights Reserved.