| Package | Description |
|---|---|
| com.siemens.ct.exi.core.datatype.strings |
EXI StringTable implementation.
|
| com.siemens.ct.exi.core.types |
EXI Types and Type coding modes such as Typed, String, Lexical and RepresentationMap.
|
| Modifier and Type | Field and Description |
|---|---|
static StringValue |
StringCoder.EMPTY_STRING_VALUE |
| Modifier and Type | Field and Description |
|---|---|
protected List<StringValue> |
StringDecoderImpl.globalValues |
protected Map<QNameContext,List<StringValue>> |
AbstractStringCoder.localValues |
| Modifier and Type | Method and Description |
|---|---|
StringValue |
StringDecoderImpl.readValue(QNameContext context,
DecoderChannel valueChannel) |
StringValue |
StringDecoder.readValue(QNameContext qnContext,
DecoderChannel channel) |
StringValue |
StringDecoderImpl.readValueGlobalHit(DecoderChannel valueChannel) |
StringValue |
StringDecoder.readValueGlobalHit(DecoderChannel valueChannel) |
StringValue |
StringDecoderImpl.readValueLocalHit(QNameContext qnc,
DecoderChannel valueChannel) |
StringValue |
StringDecoder.readValueLocalHit(QNameContext qnContext,
DecoderChannel valueChannel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractStringCoder.addLocalValue(QNameContext qnc,
StringValue value) |
void |
StringDecoderImpl.addValue(QNameContext qnc,
StringValue value) |
void |
StringDecoder.addValue(QNameContext qnContext,
StringValue value) |
void |
BoundedStringDecoderImpl.addValue(QNameContext context,
StringValue value) |
| Modifier and Type | Method and Description |
|---|---|
protected StringValue |
TypedTypeDecoder.readExtendedString(ExtendedStringDatatype esDT,
QNameContext context,
DecoderChannel valueChannel,
StringDecoder stringDecoder) |
Copyright © 2018 Siemens AG. All rights reserved.