public class TestStreamCopier
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static boolean |
ENABLE_DTD_VALIDATION |
Modifier | Constructor and Description |
---|---|
protected |
TestStreamCopier() |
Modifier and Type | Method and Description |
---|---|
protected org.codehaus.stax2.XMLInputFactory2 |
getFactory() |
protected org.codehaus.stax2.XMLOutputFactory2 |
getOutputFactory() |
static void |
main(java.lang.String[] args) |
protected void |
test(java.lang.String input,
java.io.OutputStream out) |
static final boolean ENABLE_DTD_VALIDATION
protected org.codehaus.stax2.XMLInputFactory2 getFactory()
protected org.codehaus.stax2.XMLOutputFactory2 getOutputFactory()
protected void test(java.lang.String input, java.io.OutputStream out) throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception