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 booleanhasNext()Eventnext()
-
-
-
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.XMLStreamExceptionSeisFileException
-
next
public Event next() throws javax.xml.stream.XMLStreamException, SeisFileException
- Throws:
javax.xml.stream.XMLStreamExceptionSeisFileException
-
-