|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StAXParserConfiguration | |
---|---|
org.apache.axiom.om | Contains core interfaces of the Axiom API. |
org.apache.axiom.om.util | |
org.apache.axiom.ts |
Uses of StAXParserConfiguration in org.apache.axiom.om |
---|
Methods in org.apache.axiom.om with parameters of type StAXParserConfiguration | |
---|---|
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(OMFactory omFactory,
StAXParserConfiguration configuration,
Attachments attachments)
Create an XOP aware model builder from the provided Attachments object using a
specified object model factory and with a given parser configuration. |
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,
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(StAXParserConfiguration configuration,
Attachments attachments)
Create an XOP aware model builder from the provided Attachments object 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. |
OMXMLParserWrapper |
OMMetaFactory.createOMBuilder(StAXParserConfiguration configuration,
OMFactory omFactory,
InputSource rootPart,
MimePartProvider mimePartProvider)
Create an XOP aware object model builder. |
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. |
SOAPModelBuilder |
OMMetaFactory.createSOAPModelBuilder(StAXParserConfiguration configuration,
SOAPFactory soapFactory,
InputSource rootPart,
MimePartProvider mimePartProvider)
Create an MTOM aware object model builder. |
Uses of StAXParserConfiguration in org.apache.axiom.om.util |
---|
Fields in org.apache.axiom.om.util declared as StAXParserConfiguration | |
---|---|
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. |
Methods in org.apache.axiom.om.util with parameters of type StAXParserConfiguration | |
---|---|
static 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 cached XMLInputFactory instance using the specified
configuration and the default cache policy. |
static XMLInputFactory |
StAXUtils.getXMLInputFactory(StAXParserConfiguration configuration,
boolean factoryPerClassLoaderPolicy)
Get a cached XMLInputFactory instance using the specified
configuration and cache policy. |
Uses of StAXParserConfiguration in org.apache.axiom.ts |
---|
Fields in org.apache.axiom.ts declared as StAXParserConfiguration | |
---|---|
static StAXParserConfiguration |
AxiomTestCase.TEST_PARSER_CONFIGURATION
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |