Package org.apache.poi.util
Class StaxHelper
- java.lang.Object
-
- org.apache.poi.util.StaxHelper
-
@Deprecated @Removal(version="6.0.0") public final class StaxHelper extends Object
Deprecated.useXMLHelper
Provides handy methods for working with StAX parsers and readers
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static XMLEventFactory
newXMLEventFactory()
Deprecated.Creates a new StAX XMLEventFactory, with sensible defaultsstatic XMLInputFactory
newXMLInputFactory()
Deprecated.Creates a new StAX XMLInputFactory, with sensible defaultsstatic XMLOutputFactory
newXMLOutputFactory()
Deprecated.Creates a new StAX XMLOutputFactory, with sensible defaults
-
-
-
Method Detail
-
newXMLInputFactory
public static XMLInputFactory newXMLInputFactory()
Deprecated.Creates a new StAX XMLInputFactory, with sensible defaults
-
newXMLOutputFactory
public static XMLOutputFactory newXMLOutputFactory()
Deprecated.Creates a new StAX XMLOutputFactory, with sensible defaults
-
newXMLEventFactory
public static XMLEventFactory newXMLEventFactory()
Deprecated.Creates a new StAX XMLEventFactory, with sensible defaults
-
-