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 |
|---|---|
XMLOutputFactory |
configure(XMLOutputFactory factory,
StAXDialect dialect)
Apply the configuration to the given factory.
|
static final StAXWriterConfiguration DEFAULT
XMLOutputFactory configure(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–2016 The Apache Software Foundation. All rights reserved.