edu.sc.seis.fissuresUtil.xml
Class XMLUnit

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

public class XMLUnit
extends Object

XMLUnit.java Created: Mon Jul 1 15:53:29 2002

Version:
Author:
Srinivasa Telukutla

Constructor Summary
XMLUnit()
           
 
Method Summary
static Unit getUnit(Element base)
           
static Unit getUnit(javax.xml.stream.XMLStreamReader parser)
           
static void insert(Element element, Unit unit)
          DOM insert
static void insert(javax.xml.stream.XMLStreamWriter writer, Unit unit)
          StAX insert
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLUnit

public XMLUnit()
Method Detail

insert

public static void insert(javax.xml.stream.XMLStreamWriter writer,
                          Unit unit)
                   throws javax.xml.stream.XMLStreamException
StAX insert

Throws:
javax.xml.stream.XMLStreamException

insert

public static void insert(Element element,
                          Unit unit)
DOM insert


getUnit

public static Unit getUnit(Element base)

getUnit

public static Unit getUnit(javax.xml.stream.XMLStreamReader parser)
                    throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException


Copyright © 2002-2007 Seismology at the University of South Carolina. All Rights Reserved.