Streaming API for XML (JSR 173)
Version 1.0

Uses of Interface
javax.xml.stream.XMLEventWriter

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