test
Class TestSaxReader

java.lang.Object
  extended by test.TestSaxReader

public class TestSaxReader
extends Object

Simple helper test class for checking how the parser works when used via SAX interface.


Constructor Summary
protected TestSaxReader()
           
 
Method Summary
static void main(String[] args)
           
protected  void test(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSaxReader

protected TestSaxReader()
Method Detail

test

protected void test(File file)
             throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2012 Fasterxml.com. All Rights Reserved.