Package com.sodius.mdw.core.util.io

Provides utilities for I/O operations, particulary to handle XML documents.

See:
          Description

Interface Summary
ContentWriter Used to write a text template output on disk.
InputSourceProvider Provides access to an input source.
InputSourceWriter Generally used to write a doc template output, accessed using an input source, on disk.
XMLWriter Receives notification of the logical content of a document to be written out.
 

Class Summary
IOUtils General I/O stream manipulation utilities.
XHTMLDefaultHandler Default base class for XHTML stream handlers.
XMLDefaultHandler Default base class for SAX2 event handlers.
XMLUtils General XML related operations.
 

Package com.sodius.mdw.core.util.io Description

Provides utilities for I/O operations, particulary to handle XML documents.