Class SAXHelper


  • @Deprecated
    @Removal(version="6.0.0")
    public final class SAXHelper
    extends java.lang.Object
    Deprecated.
    Provides handy methods for working with SAX parsers and readers
    • Constructor Summary

      Constructors 
      Constructor Description
      SAXHelper()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static org.xml.sax.XMLReader newXMLReader()
      Deprecated.
      Creates a new SAX XMLReader, with sensible defaults
      • Methods inherited from class java.lang.Object

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

      • SAXHelper

        public SAXHelper()
        Deprecated.
    • Method Detail

      • newXMLReader

        public static org.xml.sax.XMLReader newXMLReader()
                                                  throws org.xml.sax.SAXException,
                                                         javax.xml.parsers.ParserConfigurationException
        Deprecated.
        Creates a new SAX XMLReader, with sensible defaults
        Throws:
        org.xml.sax.SAXException
        javax.xml.parsers.ParserConfigurationException