Package test

Class TestSaxReader


  • public class TestSaxReader
    extends java.lang.Object
    Simple helper test class for checking how the parser works when used via SAX interface.
    • 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)  
      • 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​(java.io.File file)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception