edu.sc.seis.fissuresUtil.xml
Class XMLChannel

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

public class XMLChannel
extends java.lang.Object

XMLChannel.java Created: Tue Jul 9 14:12:13 2002


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

Constructor Detail

XMLChannel

public XMLChannel()
Method Detail

insert

public static void insert(javax.xml.stream.XMLStreamWriter writer,
                          edu.iris.Fissures.network.ChannelImpl channel)
                   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.IfNetwork.Channel channel)
DOM insert method


getChannel

public static edu.iris.Fissures.IfNetwork.Channel getChannel(org.w3c.dom.Element base)

getChannel

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