| Package | Description |
|---|---|
| com.caucho.xml.stream | |
| javax.xml.stream |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLEventWriterImpl |
| Modifier and Type | Method and Description |
|---|---|
XMLEventWriter |
XMLOutputFactoryImpl.createXMLEventWriter(java.io.OutputStream stream) |
XMLEventWriter |
XMLOutputFactoryImpl.createXMLEventWriter(java.io.OutputStream stream,
java.lang.String encoding) |
XMLEventWriter |
XMLOutputFactoryImpl.createXMLEventWriter(javax.xml.transform.Result result)
This method is optional.
|
XMLEventWriter |
XMLOutputFactoryImpl.createXMLEventWriter(java.io.Writer stream) |
| Modifier and Type | Method and Description |
|---|---|
abstract XMLEventWriter |
XMLOutputFactory.createXMLEventWriter(java.io.OutputStream stream) |
abstract XMLEventWriter |
XMLOutputFactory.createXMLEventWriter(java.io.OutputStream stream,
java.lang.String encoding) |
abstract XMLEventWriter |
XMLOutputFactory.createXMLEventWriter(javax.xml.transform.Result result) |
abstract XMLEventWriter |
XMLOutputFactory.createXMLEventWriter(java.io.Writer stream) |