Methods in javax.xml.stream that return XMLEventWriter |
abstract XMLEventWriter |
XMLOutputFactory.createXMLEventWriter(java.io.OutputStream stream)
Create a new XMLEventWriter that writes to a stream |
abstract XMLEventWriter |
XMLOutputFactory.createXMLEventWriter(java.io.OutputStream stream,
java.lang.String encoding)
Create a new XMLEventWriter that writes to a stream |
abstract XMLEventWriter |
XMLOutputFactory.createXMLEventWriter(javax.xml.transform.Result result)
Create a new XMLEventWriter that writes to a JAXP result. |
abstract XMLEventWriter |
XMLOutputFactory.createXMLEventWriter(java.io.Writer stream)
Create a new XMLEventWriter that writes to a writer |