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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Network
next()
-
-
-
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
-
-