Uses of Interface
com.sodius.mdw.core.util.io.XMLWriter

Packages that use XMLWriter
com.sodius.mdw.core.util.io Provides utilities for I/O operations, particulary to handle XML documents. 
 

Uses of XMLWriter in com.sodius.mdw.core.util.io
 

Methods in com.sodius.mdw.core.util.io that return XMLWriter
static XMLWriter XMLUtils.createWriter(File file)
          Creates a new XMLWriter instance for the specified file, using the default XML encoding.
static XMLWriter XMLUtils.createWriter(OutputStream os, boolean useBuffer)
          Creates a new XMLWriter instance for the specified output stream, using the default XML encoding.
static XMLWriter XMLUtils.createWriter(OutputStream os, Map<?,?> options)
          Creates a new XMLWriter instance for the specified output stream, using the serialization options.
static XMLWriter XMLUtils.createWriter(Writer writer, boolean useBuffer)
          Creates a new XMLWriter instance for the specified writer.
static XMLWriter XMLUtils.createWriter(Writer writer, Map<?,?> options)
          Creates a new XMLWriter instance for the specified writer, using the serialization options.