edu.sc.seis.seisFile.fdsnws.stationxml
Class NetworkIterator

java.lang.Object
  extended by edu.sc.seis.seisFile.fdsnws.stationxml.NetworkIterator

public class NetworkIterator
extends java.lang.Object


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

Constructor Detail

NetworkIterator

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

hasNext

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

next

public Network next()
             throws javax.xml.stream.XMLStreamException,
                    StationXMLException
Throws:
javax.xml.stream.XMLStreamException
StationXMLException