Package test
Class TestSaxReader
- java.lang.Object
-
- test.TestSaxReader
-
public class TestSaxReader extends java.lang.Object
Simple helper test class for checking how the parser works when used via SAX interface.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
TestSaxReader.MyContentHandler
-
Constructor Summary
Constructors Modifier Constructor Description protected
TestSaxReader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
protected void
test(java.io.File file)
-