public class XMLSampling
extends java.lang.Object
Constructor and Description |
---|
XMLSampling() |
Modifier and Type | Method and Description |
---|---|
static Sampling |
getSampling(org.w3c.dom.Element base) |
static Sampling |
getSampling(javax.xml.stream.XMLStreamReader parser) |
static void |
insert(org.w3c.dom.Element element,
Sampling sampling)
DOM insert method
|
static void |
insert(javax.xml.stream.XMLStreamWriter writer,
Sampling sampling)
StAX insert method
|
public static void insert(javax.xml.stream.XMLStreamWriter writer, Sampling sampling) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
public static void insert(org.w3c.dom.Element element, Sampling sampling)
public static Sampling getSampling(org.w3c.dom.Element base)
public static Sampling getSampling(javax.xml.stream.XMLStreamReader parser) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException