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

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

public class Quakeml
extends java.lang.Object


Constructor Summary
Quakeml(javax.xml.stream.XMLEventReader reader)
           
 
Method Summary
 boolean checkSchemaVersion()
           
static Quakeml createEmptyQuakeML()
           
 EventParameters getEventParameters()
           
 java.lang.String getSchemaVersion()
           
static java.net.URL loadSchema()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Quakeml

public Quakeml(javax.xml.stream.XMLEventReader reader)
        throws javax.xml.stream.XMLStreamException,
               SeisFileException
Throws:
javax.xml.stream.XMLStreamException
SeisFileException
Method Detail

getEventParameters

public EventParameters getEventParameters()

getSchemaVersion

public java.lang.String getSchemaVersion()

checkSchemaVersion

public boolean checkSchemaVersion()

createEmptyQuakeML

public static Quakeml createEmptyQuakeML()

loadSchema

public static java.net.URL loadSchema()