|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StAXParserConfiguration | |
|---|---|
| org.apache.axiom.om.util | |
| 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.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 | |||||||||