Package | Description |
---|---|
org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
org.apache.axiom.om.impl | |
org.apache.axiom.om.util |
Modifier and Type | Method and Description |
---|---|
OMXMLParserWrapper |
OMMetaFactory.createOMBuilder(OMFactory omFactory,
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,
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(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,
Reader in)
Create an object model builder that reads a plain XML document from the provided character
stream with a given parser configuration.
|
SOAPModelBuilder |
OMMetaFactory.createSOAPModelBuilder(StAXParserConfiguration configuration,
InputSource is)
Create an object model builder for SOAP that reads a message from the provided input source.
|
Modifier and Type | Method and Description |
---|---|
OMXMLParserWrapper |
AbstractOMMetaFactory.createOMBuilder(OMFactory omFactory,
StAXParserConfiguration configuration,
InputSource is) |
SOAPModelBuilder |
AbstractOMMetaFactory.createSOAPModelBuilder(StAXParserConfiguration configuration,
InputSource is) |
Modifier and Type | Field and Description |
---|---|
static StAXParserConfiguration |
StAXParserConfiguration.DEFAULT
The default configuration.
|
static StAXParserConfiguration |
StAXParserConfiguration.NON_COALESCING
Configuration that sets up the parser in non coalescing mode.
|
static StAXParserConfiguration |
StAXParserConfiguration.PRESERVE_CDATA_SECTIONS
Configuration that sets up the parser to preserve CDATA sections.
|
static StAXParserConfiguration |
StAXParserConfiguration.SOAP
Configuration suitable for SOAP messages.
|
static StAXParserConfiguration |
StAXParserConfiguration.STANDALONE
Configuration that forces the parser to process the XML document as
standalone.
|
Modifier and Type | Method and Description |
---|---|
static javax.xml.stream.XMLStreamReader |
StAXUtils.createXMLStreamReader(StAXParserConfiguration configuration,
InputStream in) |
static javax.xml.stream.XMLStreamReader |
StAXUtils.createXMLStreamReader(StAXParserConfiguration configuration,
InputStream in,
String encoding) |
static javax.xml.stream.XMLStreamReader |
StAXUtils.createXMLStreamReader(StAXParserConfiguration configuration,
Reader in) |
static javax.xml.stream.XMLInputFactory |
StAXUtils.getXMLInputFactory(StAXParserConfiguration configuration)
Get a cached
XMLInputFactory instance using the specified
configuration and the default cache policy. |
static javax.xml.stream.XMLInputFactory |
StAXUtils.getXMLInputFactory(StAXParserConfiguration configuration,
boolean factoryPerClassLoaderPolicy)
Get a cached
XMLInputFactory instance using the specified
configuration and cache policy. |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.