public interface StAXWriterConfiguration
Object.equals(Object)
and Object.hashCode()
.
StAXParserConfiguration
Modifier and Type | Field and Description |
---|---|
static StAXWriterConfiguration |
DEFAULT
The default configuration.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.stream.XMLOutputFactory |
configure(javax.xml.stream.XMLOutputFactory factory,
StAXDialect dialect)
Apply the configuration to the given factory.
|
static final StAXWriterConfiguration DEFAULT
javax.xml.stream.XMLOutputFactory configure(javax.xml.stream.XMLOutputFactory factory, StAXDialect dialect)
factory
- the factory to configuredialect
- The dialect of the StAX implementation as detected by
StAXDialectDetector
. The implementation may use this
information to configure implementation specific settings.Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.