|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.io.gml.reader.internal.GmlInstanceCollection.InstanceIterator
public class GmlInstanceCollection.InstanceIterator
Iterates over Instance
s in an XML/GML stream
Constructor Summary | |
---|---|
GmlInstanceCollection.InstanceIterator()
Default constructor |
Method Summary | |
---|---|
void |
close()
Dispose the iterator. |
boolean |
hasNext()
|
Instance |
next()
|
TypeDefinition |
nextType()
Get the type of the next instance. |
void |
remove()
|
void |
skip()
Skip the next object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GmlInstanceCollection.InstanceIterator()
Method Detail |
---|
public boolean hasNext()
hasNext
in interface Iterator<Instance>
Iterator.hasNext()
public Instance next()
next
in interface Iterator<Instance>
Iterator.next()
public TypeDefinition nextType()
hasNext()
but before next()
or skip()
public void skip()
next()
public void remove()
remove
in interface Iterator<Instance>
Iterator.remove()
public void close()
ResourceIterator
Iterator.next()
may not
be called.
close
in interface ResourceIterator<Instance>
close
in interface Closeable
ResourceIterator.close()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |