EXIficient

Uses of Package
com.siemens.ct.exi

Packages that use com.siemens.ct.exi
com.siemens.ct.exi Entry point for using EXI implementation 
com.siemens.ct.exi.api.dom The Document Object Model (DOM) is a platform- and language-independent standard object model for XML related formats. 
com.siemens.ct.exi.api.sax SAX (Simple API for XML) is a serial access parser API for XML. 
com.siemens.ct.exi.attributes Package to parse attributes. 
com.siemens.ct.exi.core Core functionality for EXIEncoder, EXIDecoder and EXIHeader. 
com.siemens.ct.exi.core.sax Core functionality for SAX API. 
com.siemens.ct.exi.datatype.decoder Encoder classes for EXI built-in datatypes. 
com.siemens.ct.exi.datatype.encoder Decoder classes for EXI built-in datatypes. 
com.siemens.ct.exi.grammar.rule EXI production rules. 
com.siemens.ct.exi.helpers EXI helper classes such as default interface implementations. 
 

Classes in com.siemens.ct.exi used by com.siemens.ct.exi
CodingMode
          The alignment option is used to control the alignment of event codes and content items.
EXIDecoder
          Internal EXI Decoder interface to transform an EXI stream back to XML Infoset entities.
EXIEncoder
          Internal EXI Encoder interface to transform XML events to an EXI stream.
FidelityOptions
          Some XML applications do not require the entire XML feature set and would prefer to eliminate the overhead associated with unused features.
GrammarFactory
          Class allows creating EXI Grammars from different sources.
 

Classes in com.siemens.ct.exi used by com.siemens.ct.exi.api.dom
EXIFactory
          An EXI Factory is used for setting EXI coding options on one hand and retrieving the according reader and writer classes on the other hand.
 

Classes in com.siemens.ct.exi used by com.siemens.ct.exi.api.sax
EXIFactory
          An EXI Factory is used for setting EXI coding options on one hand and retrieving the according reader and writer classes on the other hand.
 

Classes in com.siemens.ct.exi used by com.siemens.ct.exi.attributes
EXIFactory
          An EXI Factory is used for setting EXI coding options on one hand and retrieving the according reader and writer classes on the other hand.
FidelityOptions
          Some XML applications do not require the entire XML feature set and would prefer to eliminate the overhead associated with unused features.
 

Classes in com.siemens.ct.exi used by com.siemens.ct.exi.core
EXIDecoder
          Internal EXI Decoder interface to transform an EXI stream back to XML Infoset entities.
EXIEncoder
          Internal EXI Encoder interface to transform XML events to an EXI stream.
EXIFactory
          An EXI Factory is used for setting EXI coding options on one hand and retrieving the according reader and writer classes on the other hand.
 

Classes in com.siemens.ct.exi used by com.siemens.ct.exi.core.sax
EXIEncoder
          Internal EXI Encoder interface to transform XML events to an EXI stream.
EXIFactory
          An EXI Factory is used for setting EXI coding options on one hand and retrieving the according reader and writer classes on the other hand.
 

Classes in com.siemens.ct.exi used by com.siemens.ct.exi.datatype.decoder
EXIFactory
          An EXI Factory is used for setting EXI coding options on one hand and retrieving the according reader and writer classes on the other hand.
 

Classes in com.siemens.ct.exi used by com.siemens.ct.exi.datatype.encoder
EXIFactory
          An EXI Factory is used for setting EXI coding options on one hand and retrieving the according reader and writer classes on the other hand.
 

Classes in com.siemens.ct.exi used by com.siemens.ct.exi.grammar.rule
FidelityOptions
          Some XML applications do not require the entire XML feature set and would prefer to eliminate the overhead associated with unused features.
 

Classes in com.siemens.ct.exi used by com.siemens.ct.exi.helpers
CodingMode
          The alignment option is used to control the alignment of event codes and content items.
EXIDecoder
          Internal EXI Decoder interface to transform an EXI stream back to XML Infoset entities.
EXIEncoder
          Internal EXI Encoder interface to transform XML events to an EXI stream.
EXIFactory
          An EXI Factory is used for setting EXI coding options on one hand and retrieving the according reader and writer classes on the other hand.
FidelityOptions
          Some XML applications do not require the entire XML feature set and would prefer to eliminate the overhead associated with unused features.
 


EXIficient