public class XMLSeismogramAttr
extends java.lang.Object
| Constructor and Description |
|---|
XMLSeismogramAttr() |
| Modifier and Type | Method and Description |
|---|---|
static SeismogramAttr |
getSeismogramAttr(org.w3c.dom.Element base) |
static void |
insert(org.w3c.dom.Element element,
SeismogramAttr seismogramAttr)
DOM insert
|
static void |
insert(javax.xml.stream.XMLStreamWriter writer,
SeismogramAttr seismogramAttr)
StAX insert
|
public static void insert(javax.xml.stream.XMLStreamWriter writer,
SeismogramAttr seismogramAttr)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionpublic static void insert(org.w3c.dom.Element element,
SeismogramAttr seismogramAttr)
public static SeismogramAttr getSeismogramAttr(org.w3c.dom.Element base)