Uses of Interface
javax.xml.stream.XMLEventWriter

Packages that use XMLEventWriter
javax.xml.stream   
 

Uses of XMLEventWriter in javax.xml.stream
 

Methods in javax.xml.stream that return XMLEventWriter
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(Result result)
          Create a new XMLEventWriter that writes to a JAXP result.
abstract  XMLEventWriter XMLOutputFactory.createXMLEventWriter(Writer stream)
          Create a new XMLEventWriter that writes to a writer
 



Copyright © 2011. All Rights Reserved.