|
Streaming API for XML (JSR 173) Version 1.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLEventWriter | |
javax.xml.stream | Provides an API for processing XML as a stream |
Uses of XMLEventWriter in javax.xml.stream |
Methods in javax.xml.stream that return XMLEventWriter | |
abstract XMLEventWriter |
XMLOutputFactory.createXMLEventWriter(Result result)
Create a new XMLEventWriter that writes to a JAXP result. |
abstract XMLEventWriter |
XMLOutputFactory.createXMLEventWriter(OutputStream stream)
Create a new XMLEventWriter that writes to a stream |
abstract XMLEventWriter |
XMLOutputFactory.createXMLEventWriter(OutputStream stream,
String encoding)
Create a new XMLEventWriter that writes to a stream |
abstract XMLEventWriter |
XMLOutputFactory.createXMLEventWriter(Writer stream)
Create a new XMLEventWriter that writes to a writer |
|
Streaming API for XML (JSR 173) Version 1.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |