Package org.apache.poi.util
Class StaxHelper
java.lang.Object
org.apache.poi.util.StaxHelper
Deprecated.
Provides handy methods for working with StAX parsers and readers
-
Method Summary
Modifier and TypeMethodDescriptionstatic XMLEventFactoryDeprecated.Creates a new StAX XMLEventFactory, with sensible defaultsstatic XMLInputFactoryDeprecated.Creates a new StAX XMLInputFactory, with sensible defaultsstatic XMLOutputFactoryDeprecated.Creates a new StAX XMLOutputFactory, with sensible defaults
-
Method Details
-
newXMLInputFactory
Deprecated.Creates a new StAX XMLInputFactory, with sensible defaults -
newXMLOutputFactory
Deprecated.Creates a new StAX XMLOutputFactory, with sensible defaults -
newXMLEventFactory
Deprecated.Creates a new StAX XMLEventFactory, with sensible defaults
-
XMLHelper