|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WriterConfig | |
|---|---|
| com.ctc.wstx.api | |
| com.ctc.wstx.dom | |
| com.ctc.wstx.io | |
| com.ctc.wstx.stax | |
| com.ctc.wstx.sw | |
| Uses of WriterConfig in com.ctc.wstx.api |
|---|
| Methods in com.ctc.wstx.api that return WriterConfig | |
|---|---|
static WriterConfig |
WriterConfig.createFullDefaults()
|
static WriterConfig |
WriterConfig.createJ2MEDefaults()
|
WriterConfig |
WriterConfig.createNonShared()
|
| Uses of WriterConfig in com.ctc.wstx.dom |
|---|
| Fields in com.ctc.wstx.dom declared as WriterConfig | |
|---|---|
protected WriterConfig |
WstxDOMWrappingWriter.mConfig
|
| Methods in com.ctc.wstx.dom with parameters of type WriterConfig | |
|---|---|
static WstxDOMWrappingWriter |
WstxDOMWrappingWriter.createFrom(WriterConfig cfg,
DOMResult dst)
|
| Uses of WriterConfig in com.ctc.wstx.io |
|---|
| Constructors in com.ctc.wstx.io with parameters of type WriterConfig | |
|---|---|
UTF8Writer(WriterConfig cfg,
OutputStream out,
boolean autoclose)
|
|
| Uses of WriterConfig in com.ctc.wstx.stax |
|---|
| Fields in com.ctc.wstx.stax declared as WriterConfig | |
|---|---|
protected WriterConfig |
WstxOutputFactory.mConfig
|
| Methods in com.ctc.wstx.stax that return WriterConfig | |
|---|---|
WriterConfig |
WstxOutputFactory.getConfig()
|
| Methods in com.ctc.wstx.stax with parameters of type WriterConfig | |
|---|---|
protected XMLStreamWriter2 |
WstxOutputFactory.createSW(String enc,
WriterConfig cfg,
XmlWriter xw)
Called by WstxOutputFactory.createSW(OutputStream, Writer, String, boolean) after all of the nessesary configuration
logic is complete. |
| Uses of WriterConfig in com.ctc.wstx.sw |
|---|
| Fields in com.ctc.wstx.sw declared as WriterConfig | |
|---|---|
protected WriterConfig |
BaseStreamWriter.mConfig
|
protected WriterConfig |
XmlWriter.mConfig
|
| Constructors in com.ctc.wstx.sw with parameters of type WriterConfig | |
|---|---|
AsciiXmlWriter(OutputStream out,
WriterConfig cfg,
boolean autoclose)
|
|
BaseNsStreamWriter(XmlWriter xw,
String enc,
WriterConfig cfg,
boolean repairing)
|
|
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)
|
|
TypedStreamWriter(XmlWriter xw,
String enc,
WriterConfig cfg)
|
|
XmlWriter(WriterConfig cfg,
String encoding,
boolean autoclose)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||