Package org.apache.xmlbeans.impl.common
Class StaxHelper
java.lang.Object
org.apache.xmlbeans.impl.common.StaxHelper
public final class StaxHelper extends Object
Provides handy methods for working with StAX parsers and readers
-
Method Summary
Modifier and Type Method Description static XMLEventFactory
newXMLEventFactory(XmlOptions options)
Creates a new StAX XMLEventFactory, with sensible defaultsstatic XMLInputFactory
newXMLInputFactory(XmlOptions options)
Creates a new StAX XMLInputFactory, with sensible defaultsstatic XMLOutputFactory
newXMLOutputFactory(XmlOptions options)
Creates a new StAX XMLOutputFactory, with sensible defaults
-
Method Details
-
newXMLInputFactory
Creates a new StAX XMLInputFactory, with sensible defaults -
newXMLOutputFactory
Creates a new StAX XMLOutputFactory, with sensible defaults -
newXMLEventFactory
Creates a new StAX XMLEventFactory, with sensible defaults
-