edu.sc.seis.fissuresUtil.xml
Class XMLStation
java.lang.Object
edu.sc.seis.fissuresUtil.xml.XMLStation
public class XMLStation
- extends java.lang.Object
XMLStation.java
Created: Tue Jul 9 13:00:49 2002
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLStation
public XMLStation()
insert
public static void insert(javax.xml.stream.XMLStreamWriter writer,
Station station)
throws javax.xml.stream.XMLStreamException
- StAX insert
- Throws:
javax.xml.stream.XMLStreamException
insert
public static void insert(org.w3c.dom.Element element,
Station station)
- DOM insert
getStation
public static Station getStation(org.w3c.dom.Element base)
getStation
public static Station getStation(javax.xml.stream.XMLStreamReader parser)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException