Package org.apache.xmlbeans.impl.common
Class SAXHelper
- java.lang.Object
-
- org.apache.xmlbeans.impl.common.SAXHelper
-
public final class SAXHelper extends java.lang.Object
Provides handy methods for working with SAX parsers and readers
-
-
Field Summary
Fields Modifier and Type Field Description static org.xml.sax.EntityResolver
IGNORING_ENTITY_RESOLVER
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.xml.sax.XMLReader
newXMLReader(XmlOptionsBean options)
Creates a new SAX XMLReader, with sensible defaults
-
-
-
Method Detail
-
newXMLReader
public static org.xml.sax.XMLReader newXMLReader(XmlOptionsBean options) throws org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
Creates a new SAX XMLReader, with sensible defaults- Throws:
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
-
-