public class XMLChannel
extends java.lang.Object
Constructor and Description |
---|
XMLChannel() |
Modifier and Type | Method and Description |
---|---|
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
|
public static void insert(javax.xml.stream.XMLStreamWriter writer, edu.iris.Fissures.network.ChannelImpl channel) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
public static void insert(org.w3c.dom.Element element, edu.iris.Fissures.IfNetwork.Channel channel)
public static edu.iris.Fissures.IfNetwork.Channel getChannel(org.w3c.dom.Element base)
public static edu.iris.Fissures.IfNetwork.Channel getChannel(javax.xml.stream.XMLStreamReader parser) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException