Simple C Expat Wrapper (SCEW)  1.1.7
Modules
Input/Output

The SCEW I/O system is based on SCEW Readers, Writers and Printer. More...

Modules

 Printer
 A SCEW printer provides a set of routines to send XML data to a given SCEW writer.
 
 Readers
 Read data from different sources: files, memory, etc.
 
 Writers
 Write data to different destinations: files, memory, etc.
 

Detailed Description

The SCEW I/O system is based on SCEW Readers, Writers and Printer.

A reader is a common mechanism to load data from different sources (files, memory, ...). A common mechanism means that the functions to read data, for example, from a file or from a memory buffer, are the same. SCEW writers follows the same idea behind the readers, that is, common routines are used to write data to any kind of sources (files, memory, ...).

It is worth mentioning that a user might implement its own SCEW readers and writers.

The SCEW printer provides routines to write SCEW XML data (trees, elements and attributes) to a SCEW writer.