Class SAXHelper

java.lang.Object
org.docx4j.org.apache.poi.util.SAXHelper

@Deprecated
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

    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

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

    • SAXHelper

      public SAXHelper()
      Deprecated.
  • Method Details

    • 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