| Package | Description |
|---|---|
| com.siemens.ct.exi.core |
Entry point for using EXI implementation
|
| com.siemens.ct.exi.core.coder |
Core functionality for EXIEncoder, EXIDecoder and EXIHeader.
|
| com.siemens.ct.exi.core.datatype.strings |
EXI StringTable implementation.
|
| com.siemens.ct.exi.core.helpers |
EXI helper classes such as default interface implementations.
|
| com.siemens.ct.exi.core.types |
EXI Types and Type coding modes such as Typed, String, Lexical and RepresentationMap.
|
| Modifier and Type | Method and Description |
|---|---|
StringDecoder |
EXIFactory.createStringDecoder()
Returns an EXI
StringDecoder according coding options |
| Modifier and Type | Field and Description |
|---|---|
protected StringDecoder |
AbstractEXIBodyDecoder.stringDecoder |
| Modifier and Type | Class and Description |
|---|---|
class |
BoundedStringDecoderImpl |
class |
StringDecoderImpl |
| Modifier and Type | Method and Description |
|---|---|
StringDecoder |
DefaultEXIFactory.createStringDecoder() |
| Modifier and Type | Method and Description |
|---|---|
protected StringValue |
TypedTypeDecoder.readExtendedString(ExtendedStringDatatype esDT,
QNameContext context,
DecoderChannel valueChannel,
StringDecoder stringDecoder) |
protected Value |
AbstractTypeDecoder.readRCSValue(RestrictedCharacterSetDatatype rcsDT,
QNameContext qnContext,
DecoderChannel valueChannel,
StringDecoder stringDecoder) |
Value |
TypedTypeDecoder.readValue(Datatype datatype,
QNameContext qnContext,
DecoderChannel valueChannel,
StringDecoder stringDecoder) |
Value |
TypeDecoder.readValue(Datatype datatype,
QNameContext qnContext,
DecoderChannel valueChannel,
StringDecoder stringDecoder) |
Value |
StringTypeDecoder.readValue(Datatype datatype,
QNameContext qnContext,
DecoderChannel valueChannel,
StringDecoder stringDecoder) |
Value |
LexicalTypeDecoder.readValue(Datatype datatype,
QNameContext qnContext,
DecoderChannel valueChannel,
StringDecoder stringDecoder) |
Copyright © 2018 Siemens AG. All rights reserved.