Package org.apache.poi.util
Class StaxHelper
- java.lang.Object
 - 
- org.apache.poi.util.StaxHelper
 
 
- 
public final class StaxHelper extends java.lang.ObjectProvides handy methods for working with StAX parsers and readers 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.xml.stream.XMLEventFactorynewXMLEventFactory()Creates a new StAX XMLEventFactory, with sensible defaultsstatic javax.xml.stream.XMLInputFactorynewXMLInputFactory()Creates a new StAX XMLInputFactory, with sensible defaultsstatic javax.xml.stream.XMLOutputFactorynewXMLOutputFactory()Creates a new StAX XMLOutputFactory, with sensible defaults 
 - 
 
- 
- 
Method Detail
- 
newXMLInputFactory
public static javax.xml.stream.XMLInputFactory newXMLInputFactory()
Creates a new StAX XMLInputFactory, with sensible defaults 
- 
newXMLOutputFactory
public static javax.xml.stream.XMLOutputFactory newXMLOutputFactory()
Creates a new StAX XMLOutputFactory, with sensible defaults 
- 
newXMLEventFactory
public static javax.xml.stream.XMLEventFactory newXMLEventFactory()
Creates a new StAX XMLEventFactory, with sensible defaults 
 - 
 
 -