Package org.openexi.proc

The Proc (Processor) package contains the EXIDecoder, which is used to convert EXI streams to XML format.

See:
          Description

Interface Summary
EXISchemaResolver Developers have the option of implementing the EXISchemaResolver interface to help EXIReader and EXIDecoder locate the correct grammar cache for parsing an EXI stream.
 

Class Summary
EXIDecoder EXIDecoder provides methods to configure and instantiate a Scanner object you can use to parse the contents of an EXI stream.
 

Enum Summary
HeaderOptionsOutputType This enumeration provides three possible settings for header options output.
 

Package org.openexi.proc Description

The Proc (Processor) package contains the EXIDecoder, which is used to convert EXI streams to XML format. EXIDecoder uses the org.openexi.proc.io.Scanner to parse EXI streams into a sequence of XML events. org.openexi.sax.EXIReader wraps EXIDecoder to provide a SAX interface for accessing the XML content.

The EXISchemaResolver interface can be implemented and used to add a hint in the EXI header to help EXIDecoder locate the EXISchema.

The HeaderOptionsOutputType enumerator is used to set the header output options in the Transmogrifier.