Uses of Class
com.ctc.wstx.api.WriterConfig
Packages that use WriterConfig
Package
Description
Package that contains subset of Woodstox classes that are considered to be
its public API (in addition to regular Stax 1.0 -- javax.xml.stream.* -- and
Stax2 -- org.codehaus.stax2.*).
Low-level classes that are used to abstract most details of stream I/O
access from actual parsing classes.
This package contains miscellaneous classes that implement Woodstox.
-
Uses of WriterConfig in com.ctc.wstx.api
Methods in com.ctc.wstx.api that return WriterConfigModifier and TypeMethodDescriptionstatic WriterConfig
WriterConfig.createFullDefaults()
static WriterConfig
WriterConfig.createJ2MEDefaults()
WriterConfig.createNonShared()
Constructors in com.ctc.wstx.api with parameters of type WriterConfigModifierConstructorDescriptionprivate
WriterConfig
(WriterConfig base, boolean j2meSubset, int flags, Object[] specProps) -
Uses of WriterConfig in com.ctc.wstx.dom
Fields in com.ctc.wstx.dom declared as WriterConfigMethods in com.ctc.wstx.dom with parameters of type WriterConfigModifier and TypeMethodDescriptionstatic WstxDOMWrappingWriter
WstxDOMWrappingWriter.createFrom
(WriterConfig cfg, DOMResult dst) Constructors in com.ctc.wstx.dom with parameters of type WriterConfig -
Uses of WriterConfig in com.ctc.wstx.io
Fields in com.ctc.wstx.io declared as WriterConfigConstructors in com.ctc.wstx.io with parameters of type WriterConfig -
Uses of WriterConfig in com.ctc.wstx.stax
Fields in com.ctc.wstx.stax declared as WriterConfigMethods in com.ctc.wstx.stax that return WriterConfigMethods in com.ctc.wstx.stax with parameters of type WriterConfigModifier and TypeMethodDescriptionprotected org.codehaus.stax2.XMLStreamWriter2
WstxOutputFactory.createSW
(String enc, WriterConfig cfg, XmlWriter xw) Called by {code createSW(OutputStream, Writer, String, boolean)} after all of the necessary configuration logic is complete. -
Uses of WriterConfig in com.ctc.wstx.sw
Fields in com.ctc.wstx.sw declared as WriterConfigModifier and TypeFieldDescriptionprotected final WriterConfig
BaseStreamWriter.mConfig
protected final WriterConfig
XmlWriter.mConfig
Constructors in com.ctc.wstx.sw with parameters of type WriterConfigModifierConstructorDescriptionAsciiXmlWriter
(OutputStream out, WriterConfig cfg, boolean autoclose) BaseNsStreamWriter
(XmlWriter xw, String enc, WriterConfig cfg, boolean repairing) protected
BaseStreamWriter
(XmlWriter xw, String enc, WriterConfig cfg) BufferingXmlWriter
(Writer out, WriterConfig cfg, String enc, boolean autoclose, OutputStream outs, int bitsize) EncodingXmlWriter
(OutputStream out, WriterConfig cfg, String encoding, boolean autoclose) ISOLatin1XmlWriter
(OutputStream out, WriterConfig cfg, boolean autoclose) NonNsStreamWriter
(XmlWriter xw, String enc, WriterConfig cfg) RepairingNsStreamWriter
(XmlWriter xw, String enc, WriterConfig cfg) SimpleNsStreamWriter
(XmlWriter xw, String enc, WriterConfig cfg) protected
TypedStreamWriter
(XmlWriter xw, String enc, WriterConfig cfg) protected
XmlWriter
(WriterConfig cfg, String encoding, boolean autoclose)