Package org.apache.poi.ooxml.util
Class SAXHelper
- java.lang.Object
-
- org.apache.poi.ooxml.util.SAXHelper
-
@Deprecated @Removal(version="6.0.0") public final class SAXHelper extends Object
Deprecated.useXMLHelperProvides 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 XMLReadernewXMLReader()Deprecated.Creates a new SAX XMLReader, with sensible defaults
-
-
-
Method Detail
-
newXMLReader
public static XMLReader newXMLReader() throws SAXException, ParserConfigurationException
Deprecated.Creates a new SAX XMLReader, with sensible defaults
-
-