edu.sc.seis.seisFile.fdsnws.quakeml
Class EventIterator

java.lang.Object
  extended by edu.sc.seis.seisFile.fdsnws.quakeml.EventIterator

public class EventIterator
extends java.lang.Object


Constructor Summary
EventIterator(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
 boolean hasNext()
           
 Event next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventIterator

public EventIterator(javax.xml.stream.XMLEventReader reader)
Method Detail

hasNext

public boolean hasNext()
                throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

next

public Event next()
           throws javax.xml.stream.XMLStreamException,
                  SeisFileException
Throws:
javax.xml.stream.XMLStreamException
SeisFileException