|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StAXParserConfiguration | |
|---|---|
| org.apache.axiom.om | Contains core interfaces of the Axiom API. |
| org.apache.axiom.om.impl | |
| org.apache.axiom.om.util | |
| Uses of StAXParserConfiguration in org.apache.axiom.om |
|---|
| Methods in org.apache.axiom.om with parameters of type StAXParserConfiguration | |
|---|---|
OMXMLParserWrapper |
OMMetaFactory.createOMBuilder(OMFactory omFactory,
StAXParserConfiguration configuration,
org.xml.sax.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,
java.io.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,
java.io.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,
java.io.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,
java.io.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,
org.xml.sax.InputSource is)
Create an object model builder for SOAP that reads a message from the provided input source. |
| Uses of StAXParserConfiguration in org.apache.axiom.om.impl |
|---|
| Methods in org.apache.axiom.om.impl with parameters of type StAXParserConfiguration | |
|---|---|
OMXMLParserWrapper |
AbstractOMMetaFactory.createOMBuilder(OMFactory omFactory,
StAXParserConfiguration configuration,
org.xml.sax.InputSource is)
|
SOAPModelBuilder |
AbstractOMMetaFactory.createSOAPModelBuilder(StAXParserConfiguration configuration,
org.xml.sax.InputSource is)
|
| 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 javax.xml.stream.XMLStreamReader |
StAXUtils.createXMLStreamReader(StAXParserConfiguration configuration,
java.io.InputStream in)
|
static javax.xml.stream.XMLStreamReader |
StAXUtils.createXMLStreamReader(StAXParserConfiguration configuration,
java.io.InputStream in,
java.lang.String encoding)
|
static javax.xml.stream.XMLStreamReader |
StAXUtils.createXMLStreamReader(StAXParserConfiguration configuration,
java.io.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||