edu.sc.seis.fissuresUtil.xml
Class XMLQuantity

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

public class XMLQuantity
extends java.lang.Object

XMLQuantity.java Created: Wed Jun 12 15:32:37 2002


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

Constructor Detail

XMLQuantity

public XMLQuantity()
Method Detail

insert

public static void insert(javax.xml.stream.XMLStreamWriter writer,
                          edu.iris.Fissures.Quantity quantity)
                   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.Quantity quantity)
DOM insert


getQuantity

public static edu.iris.Fissures.model.QuantityImpl getQuantity(org.w3c.dom.Element base)

getQuantity

public static edu.iris.Fissures.model.QuantityImpl getQuantity(javax.xml.stream.XMLStreamReader parser)
                                                        throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException