EXIficient

Package com.siemens.ct.exi.datatype.encoder

Decoder classes for EXI built-in datatypes.

See:
          Description

Interface Summary
DatatypeEncoder  
TypeEncoder TODO Description
 

Class Summary
AbstractDatatypeEncoder TODO Description
AbstractTypeEncoder TODO Description
AbstractTypeEncoderSchemaInformed TODO Description
BinaryDatatypeEncoder TODO Description
BooleanDatatypeEncoder TODO Description
BooleanPatternDatatypeEncoder When pattern facets are available in the schema datatype, Boolean datatype representation is able to distinguish values not only arithmetically (0 or 1) but also between lexical variances ("0", "1", "false" and "true"), and values typed as Boolean are represented as n-bit unsigned integer (7.1.9 n-bit Unsigned Integer), where n is two (2) and the value zero (0), one (1), two (2) and three (3) each represents value "false", "0", "true" and "1".
DatetimeDatatypeEncoder  
DecimalDatatypeEncoder TODO Description
EnumerationDatatypeEncoder TODO Description
FloatDatatypeEncoder TODO Description
IntegerDatatypeEncoder TODO Description
ListDatatypeEncoder TODO Description
NBitIntegerDatatypeEncoder TODO Description
RestrictedCharacterSetDatatypeEncoder TODO Description
StringDatatypeEncoder TODO Description
TypeEncoderDatatypeRespresentationMap TODO Description
TypeEncoderLexical TODO Description
TypeEncoderString TODO Description
TypeEncoderTyped TODO Description
UnsignedIntegerDatatypeEncoder TODO Description
 

Package com.siemens.ct.exi.datatype.encoder Description

Decoder classes for EXI built-in datatypes.

Package Specification

// none //

Related Documentation

// none //


EXIficient