Package org.docx4j.org.apache.poi.util
Class SAXHelper
java.lang.Object
org.docx4j.org.apache.poi.util.SAXHelper
public final class SAXHelper
extends java.lang.Object
Provides handy methods for working with SAX parsers and readers
-
Method Summary
Modifier and Type Method Description static org.xml.sax.XMLReadernewXMLReader()Creates a new SAX XMLReader, with sensible defaults
-
Method Details
-
newXMLReader
public static org.xml.sax.XMLReader newXMLReader() throws org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationExceptionCreates a new SAX XMLReader, with sensible defaults- Throws:
org.xml.sax.SAXExceptionjavax.xml.parsers.ParserConfigurationException
-