edu.sc.seis.fissuresUtil.xml
Class XMLOrientation
java.lang.Object
edu.sc.seis.fissuresUtil.xml.XMLOrientation
public class XMLOrientation
- extends java.lang.Object
XMLOrientation.java
Created: Tue Jul 9 14:26:54 2002
Method Summary |
static edu.iris.Fissures.Orientation |
getOrientation(org.w3c.dom.Element base)
|
static edu.iris.Fissures.Orientation |
getOrientation(javax.xml.stream.XMLStreamReader parser)
|
static void |
insert(org.w3c.dom.Element element,
edu.iris.Fissures.Orientation orientation)
DOM insert method |
static void |
insert(javax.xml.stream.XMLStreamWriter writer,
edu.iris.Fissures.Orientation orientation)
StAX insert method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLOrientation
public XMLOrientation()
insert
public static void insert(javax.xml.stream.XMLStreamWriter writer,
edu.iris.Fissures.Orientation orientation)
throws javax.xml.stream.XMLStreamException
- StAX insert method
- Throws:
javax.xml.stream.XMLStreamException
insert
public static void insert(org.w3c.dom.Element element,
edu.iris.Fissures.Orientation orientation)
- DOM insert method
getOrientation
public static edu.iris.Fissures.Orientation getOrientation(org.w3c.dom.Element base)
getOrientation
public static edu.iris.Fissures.Orientation getOrientation(javax.xml.stream.XMLStreamReader parser)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException