Class NetworkIterator

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

public class NetworkIterator
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    NetworkIterator​(javax.xml.stream.XMLEventReader reader)  
  • Method Summary

    Modifier and Type Method Description
    boolean hasNext()  
    Network next()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NetworkIterator

      public NetworkIterator​(javax.xml.stream.XMLEventReader reader)
  • Method Details

    • 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