Class EventIterator
- java.lang.Object
-
- edu.sc.seis.seisFile.fdsnws.quakeml.EventIterator
-
public class EventIterator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EventIterator(javax.xml.stream.XMLEventReader reader, EventParameters parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Event
next()
-
-
-
Constructor Detail
-
EventIterator
public EventIterator(javax.xml.stream.XMLEventReader reader, EventParameters parent)
-
-
Method Detail
-
hasNext
public boolean hasNext() throws javax.xml.stream.XMLStreamException, SeisFileException
- Throws:
javax.xml.stream.XMLStreamException
SeisFileException
-
next
public Event next() throws javax.xml.stream.XMLStreamException, SeisFileException
- Throws:
javax.xml.stream.XMLStreamException
SeisFileException
-
-