Package test
Class TestStreamReader
- java.lang.Object
-
- test.TestStreamReader
-
- All Implemented Interfaces:
javax.xml.stream.XMLStreamConstants
public class TestStreamReader extends java.lang.Object implements javax.xml.stream.XMLStreamConstants
Simple helper test class for checking how stream reader handles xml documents.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TestStreamReader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.xml.stream.XMLInputFactory
getFactory()
static void
main(java.lang.String[] args)
protected int
test(java.io.File file)
-