edu.sc.seis.fissuresUtil.xml
Class XMLChannelId

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

public class XMLChannelId
extends java.lang.Object

XMLChannelId.java Created: Mon Jul 1 14:52:45 2002


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

Constructor Detail

XMLChannelId

public XMLChannelId()
Method Detail

insert

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


getChannelId

public static edu.iris.Fissures.IfNetwork.ChannelId getChannelId(org.w3c.dom.Element base)

getChannelId

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