Package | Description |
---|---|
org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
org.apache.axiom.om.util |
Modifier and Type | Method and Description |
---|---|
StAXWriterConfiguration |
OMOutputFormat.getStAXWriterConfiguration()
Get the currently configured StAX writer configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
OMOutputFormat.setStAXWriterConfiguration(StAXWriterConfiguration writerConfiguration)
Set the StAX writer configuration that will be used when requesting an
XMLStreamWriter from StAXUtils . |
Modifier and Type | Field and Description |
---|---|
static StAXWriterConfiguration |
StAXWriterConfiguration.DEFAULT
The default configuration.
|
Modifier and Type | Method and Description |
---|---|
static javax.xml.stream.XMLStreamWriter |
StAXUtils.createXMLStreamWriter(StAXWriterConfiguration configuration,
OutputStream out) |
static javax.xml.stream.XMLStreamWriter |
StAXUtils.createXMLStreamWriter(StAXWriterConfiguration configuration,
OutputStream out,
String encoding) |
static javax.xml.stream.XMLStreamWriter |
StAXUtils.createXMLStreamWriter(StAXWriterConfiguration configuration,
Writer out) |
static javax.xml.stream.XMLOutputFactory |
StAXUtils.getXMLOutputFactory(StAXWriterConfiguration configuration)
Get a cached
XMLOutputFactory instance using the specified
configuration and the default cache policy. |
static javax.xml.stream.XMLOutputFactory |
StAXUtils.getXMLOutputFactory(StAXWriterConfiguration configuration,
boolean factoryPerClassLoaderPolicy)
Get a cached
XMLOutputFactory instance using the specified
configuration and cache policy. |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.