Uses of Interface
org.apache.axiom.om.util.StAXParserConfiguration
Packages that use StAXParserConfiguration
Package
Description
Contains core interfaces of the Axiom API.
-
Uses of StAXParserConfiguration in org.apache.axiom.om
Methods in org.apache.axiom.om with parameters of type StAXParserConfigurationModifier and TypeMethodDescriptionOMMetaFactorySPI.createOMBuilder
(StAXParserConfiguration configuration, MultipartBody message) Create an XOP aware object model builder.OMMetaFactorySPI.createOMBuilder
(StAXParserConfiguration configuration, InputSource is) Create an object model builder for plain XML that reads a document from the provided input source.static OMXMLParserWrapper
OMXMLBuilderFactory.createOMBuilder
(OMFactory omFactory, StAXParserConfiguration configuration, InputStream in) Create an object model builder that reads an XML document from the provided input stream using a specified object model factory and with a given parser configuration.static OMXMLParserWrapper
OMXMLBuilderFactory.createOMBuilder
(OMFactory omFactory, StAXParserConfiguration configuration, InputStream in, String encoding) Create an object model builder that reads an XML document from the provided input stream using a specified object model factory and with a given parser configuration.static OMXMLParserWrapper
OMXMLBuilderFactory.createOMBuilder
(OMFactory omFactory, StAXParserConfiguration configuration, Reader in) Create an object model builder that reads an XML document from the provided character stream using a specified object model factory and with a given parser configuration.static OMXMLParserWrapper
OMXMLBuilderFactory.createOMBuilder
(OMFactory omFactory, StAXParserConfiguration configuration, MultipartBody message) Create an XOP aware model builder from the providedMultipartBody
object using a specified object model factory and with a given parser configuration.static OMXMLParserWrapper
OMXMLBuilderFactory.createOMBuilder
(StAXParserConfiguration configuration, InputStream in) Create an object model builder that reads a plain XML document from the provided input stream with a given parser configuration.static OMXMLParserWrapper
OMXMLBuilderFactory.createOMBuilder
(StAXParserConfiguration configuration, InputStream in, String encoding) Create an object model builder that reads a plain XML document from the provided input stream with a given parser configuration.static OMXMLParserWrapper
OMXMLBuilderFactory.createOMBuilder
(StAXParserConfiguration configuration, Reader in) Create an object model builder that reads a plain XML document from the provided character stream with a given parser configuration.static OMXMLParserWrapper
OMXMLBuilderFactory.createOMBuilder
(StAXParserConfiguration configuration, MultipartBody message) Create an XOP aware model builder from the providedMultipartBody
object and with a given parser configuration. -
Uses of StAXParserConfiguration in org.apache.axiom.om.util
Fields in org.apache.axiom.om.util declared as StAXParserConfigurationModifier and TypeFieldDescriptionstatic final StAXParserConfiguration
StAXParserConfiguration.COALESCING
Configuration that sets up the parser in coalescing mode.static final StAXParserConfiguration
StAXParserConfiguration.DEFAULT
The default configuration.static final StAXParserConfiguration
StAXParserConfiguration.NON_COALESCING
Configuration that sets up the parser in non coalescing mode.static final StAXParserConfiguration
StAXParserConfiguration.PRESERVE_CDATA_SECTIONS
Configuration that sets up the parser to preserve CDATA sections.static final StAXParserConfiguration
StAXParserConfiguration.SOAP
Configuration suitable for SOAP messages.static final StAXParserConfiguration
StAXParserConfiguration.STANDALONE
Configuration that forces the parser to process the XML document as standalone.Methods in org.apache.axiom.om.util with parameters of type StAXParserConfigurationModifier and TypeMethodDescriptionstatic XMLStreamReader
StAXUtils.createXMLStreamReader
(StAXParserConfiguration configuration, InputStream in) static XMLStreamReader
StAXUtils.createXMLStreamReader
(StAXParserConfiguration configuration, InputStream in, String encoding) static XMLStreamReader
StAXUtils.createXMLStreamReader
(StAXParserConfiguration configuration, Reader in) static XMLStreamReader
StAXUtils.createXMLStreamReader
(StAXParserConfiguration configuration, String systemId, InputStream in) static XMLInputFactory
StAXUtils.getXMLInputFactory
(StAXParserConfiguration configuration) Get a cachedXMLInputFactory
instance using the specified configuration.static XMLInputFactory
StAXUtils.getXMLInputFactory
(StAXParserConfiguration configuration, boolean factoryPerClassLoaderPolicy) Deprecated.