Class XMLParser<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      XMLParser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void parse​(java.io.InputStream is, org.xml.sax.helpers.DefaultHandler dh)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XMLParser

        public XMLParser()
    • Method Detail

      • parse

        public void parse​(java.io.InputStream is,
                          org.xml.sax.helpers.DefaultHandler dh)
                   throws org.xml.sax.SAXException,
                          java.io.IOException
        Throws:
        org.xml.sax.SAXException
        java.io.IOException