Package org.apache.xmlbeans.impl.common
Class SAXHelper
java.lang.Object
org.apache.xmlbeans.impl.common.SAXHelper
public final class SAXHelper extends Object
Provides handy methods for working with SAX parsers and readers
-
Field Summary
Fields Modifier and Type Field Description static EntityResolver
IGNORING_ENTITY_RESOLVER
-
Method Summary
Modifier and Type Method Description static XMLReader
newXMLReader(XmlOptions options)
Creates a new SAX XMLReader, with sensible defaults
-
Field Details
-
Method Details
-
newXMLReader
public static XMLReader newXMLReader(XmlOptions options) throws SAXException, ParserConfigurationExceptionCreates a new SAX XMLReader, with sensible defaults
-