Class TestStreamCopier
java.lang.Object
test.TestStreamCopier
Simple test driver for testing pass-through copying using new StAX2
methods.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.codehaus.stax2.XMLInputFactory2protected org.codehaus.stax2.XMLOutputFactory2static voidprotected voidtest(String input, OutputStream out)
-
Field Details
-
ENABLE_DTD_VALIDATION
static final boolean ENABLE_DTD_VALIDATION- See Also:
-
-
Constructor Details
-
TestStreamCopier
protected TestStreamCopier()
-
-
Method Details
-
getFactory
protected org.codehaus.stax2.XMLInputFactory2 getFactory() -
getOutputFactory
protected org.codehaus.stax2.XMLOutputFactory2 getOutputFactory() -
test
- Throws:
Exception
-
main
-