Package org.openexi.sax

The SAX package contains the Transmogrifier, which encodes an XML file to an EXI stream, and the EXIReader, which restores an EXI stream to its logical XML equivalent.

See:
          Description

Interface Summary
BinaryDataHandler  
SAXTransmogrifier Applications can directly feed SAX events into a transmogrifier through SAXTransmogrifier.
 

Class Summary
EXIReader EXIReader implements the SAX XMLReader to provide a convenient and familiar interface for decoding an EXI stream.
ReaderSupport  
Transmogrifier The Transmogrifier converts an XML stream to an EXI stream.
 

Exception Summary
TransmogrifierException Exception handler for the Transmogrifier.
 

Package org.openexi.sax Description

The SAX package contains the Transmogrifier, which encodes an XML file to an EXI stream, and the EXIReader, which restores an EXI stream to its logical XML equivalent. These classes are wrappers for the Scriber and EXIDecoder, respectively, and are primarily meant to provide access to EXI using familiar SAX syntax.