|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlWriter | |
|---|---|
| com.ctc.wstx.sr | |
| com.ctc.wstx.stax | |
| com.ctc.wstx.sw | |
| Uses of XmlWriter in com.ctc.wstx.sr |
|---|
| Methods in com.ctc.wstx.sr with parameters of type XmlWriter | |
|---|---|
void |
AttributeCollector.writeAttribute(int index,
XmlWriter xw)
Method that basically serializes the specified (read-in) attribute using Writers provided. |
| Uses of XmlWriter in com.ctc.wstx.stax |
|---|
| Methods in com.ctc.wstx.stax with parameters of type XmlWriter | |
|---|---|
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 XmlWriter in com.ctc.wstx.sw |
|---|
| Subclasses of XmlWriter in com.ctc.wstx.sw | |
|---|---|
class |
AsciiXmlWriter
Concrete implementation of EncodingXmlWriter used when output
is to be encoded using 7-bit ascii (US-ASCII) encoding. |
class |
BufferingXmlWriter
Concrete implementation of XmlWriter that will dispatch writes
to another writer (of type Writer, and will NOT handle
encoding. |
class |
EncodingXmlWriter
Intermediate base class used when outputting to streams that use an encoding that is compatible with 7-bit single-byte Ascii encoding. |
class |
ISOLatin1XmlWriter
Concrete implementation of EncodingXmlWriter used when output
is to be encoded using ISO-8859-1, aka ISO-Latin1 encoding. |
| Fields in com.ctc.wstx.sw declared as XmlWriter | |
|---|---|
protected XmlWriter |
BaseStreamWriter.mWriter
Actual physical writer to output serialized XML content to |
protected XmlWriter |
XmlWriterWrapper.mWriter
|
| Methods in com.ctc.wstx.sw with parameters of type XmlWriter | |
|---|---|
static XmlWriterWrapper |
XmlWriterWrapper.wrapWriteCharacters(XmlWriter xw)
|
static XmlWriterWrapper |
XmlWriterWrapper.wrapWriteRaw(XmlWriter xw)
|
| Constructors in com.ctc.wstx.sw with parameters of type XmlWriter | |
|---|---|
BaseNsStreamWriter(XmlWriter xw,
String enc,
WriterConfig cfg,
boolean repairing)
|
|
BaseStreamWriter(XmlWriter xw,
String enc,
WriterConfig cfg)
|
|
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)
|
|
XmlWriterWrapper(XmlWriter writer)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||