edu.sc.seis.fissuresUtil.xml
Class XMLStationId

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.xml.XMLStationId

public class XMLStationId
extends java.lang.Object

XMLStationId.java Created: Tue Jul 9 12:48:58 2002


Constructor Summary
XMLStationId()
           
 
Method Summary
static edu.iris.Fissures.IfNetwork.StationId getStationId(org.w3c.dom.Element base)
           
static edu.iris.Fissures.IfNetwork.StationId getStationId(javax.xml.stream.XMLStreamReader parser)
           
static void insert(org.w3c.dom.Element element, edu.iris.Fissures.IfNetwork.StationId stationId)
          DOM insert
static void insert(javax.xml.stream.XMLStreamWriter writer, edu.iris.Fissures.IfNetwork.StationId stationId)
          StAX insert
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLStationId

public XMLStationId()
Method Detail

insert

public static void insert(javax.xml.stream.XMLStreamWriter writer,
                          edu.iris.Fissures.IfNetwork.StationId stationId)
                   throws javax.xml.stream.XMLStreamException
StAX insert

Throws:
javax.xml.stream.XMLStreamException

insert

public static void insert(org.w3c.dom.Element element,
                          edu.iris.Fissures.IfNetwork.StationId stationId)
DOM insert


getStationId

public static edu.iris.Fissures.IfNetwork.StationId getStationId(org.w3c.dom.Element base)

getStationId

public static edu.iris.Fissures.IfNetwork.StationId getStationId(javax.xml.stream.XMLStreamReader parser)
                                                          throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException