Package org.apache.poi.ooxml.util
Class SAXHelper
- java.lang.Object
-
- org.apache.poi.ooxml.util.SAXHelper
-
public final class SAXHelper extends java.lang.Object
Provides handy methods for working with SAX parsers and readers
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.xml.sax.XMLReader
newXMLReader()
Creates a new SAX XMLReader, with sensible defaults
-