Uses of Class
javanet.staxutils.BaseXMLEventWriter

Packages that use BaseXMLEventWriter
javanet.staxutils Provides a set of utility classes that make it easy for developers to work with JSR-173: Streaming API for XML (StAX) and integrate it into their existing XML processing applications. 
javanet.staxutils.io Utilities for reading and writing XML from various sources. 
 

Uses of BaseXMLEventWriter in javanet.staxutils
 

Subclasses of BaseXMLEventWriter in javanet.staxutils
 class XMLStreamEventWriter
          XMLEventWriter that writes events to a XMLStreamWriter.
 

Uses of BaseXMLEventWriter in javanet.staxutils.io
 

Subclasses of BaseXMLEventWriter in javanet.staxutils.io
 class StreamEventWriter
          XMLEventWriter that writes events to a character stream using XMLEvent.writeAsEncodedUnicode(Writer).