| 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.io.channel |
EXI channels.
|
| 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 |
|---|---|
void |
SelfContainedHandler.scElement(String uri,
String localName,
EncoderChannel channel)
Receive notification of SC element.
|
void |
EXIBodyEncoder.setOutputChannel(EncoderChannel channel) |
| Modifier and Type | Field and Description |
|---|---|
protected EncoderChannel |
AbstractEXIBodyEncoder.channel
Output Channel
|
| Modifier and Type | Method and Description |
|---|---|
protected QNameContext |
AbstractEXIBodyEncoder.encodeLocalName(String localName,
AbstractEXIBodyCoder.RuntimeUriContext ruc,
EncoderChannel channel) |
protected void |
AbstractEXIBodyEncoder.encodeNamespacePrefix(AbstractEXIBodyCoder.RuntimeUriContext uriContext,
String prefix,
EncoderChannel channel) |
protected QNameContext |
AbstractEXIBodyEncoder.encodeQName(String namespaceUri,
String localName,
EncoderChannel channel) |
protected void |
AbstractEXIBodyEncoder.encodeQNamePrefix(QNameContext qnContext,
String prefix,
EncoderChannel channel) |
protected AbstractEXIBodyCoder.RuntimeUriContext |
AbstractEXIBodyEncoder.encodeUri(String namespaceUri,
EncoderChannel channel) |
void |
EXIBodyEncoderReordered.setOutputChannel(EncoderChannel encoderChannel) |
void |
EXIBodyEncoderInOrder.setOutputChannel(EncoderChannel encoderChannel) |
void |
EXIHeaderEncoder.writeEXIOptions(EXIFactory f,
EncoderChannel encoderChannel) |
| Modifier and Type | Method and Description |
|---|---|
void |
StringEncoderImpl.writeValue(QNameContext context,
EncoderChannel valueChannel,
String value) |
void |
StringEncoder.writeValue(QNameContext qnContext,
EncoderChannel valueChannel,
String value) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEncoderChannel |
class |
BitEncoderChannel |
class |
ByteEncoderChannel |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TypedTypeEncoder.writeExtendedValue(ExtendedStringDatatype esDT,
QNameContext context,
EncoderChannel valueChannel,
StringEncoder stringEncoder,
String value) |
protected void |
AbstractTypeEncoder.writeRCSValue(RestrictedCharacterSetDatatype rcsDT,
QNameContext qnContext,
EncoderChannel valueChannel,
StringEncoder stringEncoder,
String lastValidValue) |
void |
TypeEncoder.writeValue(QNameContext qnContext,
EncoderChannel valueChannel,
StringEncoder stringEncoder)
Writes previously checked valid value to channel.
|
void |
TypedTypeEncoder.writeValue(QNameContext qnContext,
EncoderChannel valueChannel,
StringEncoder stringEncoder) |
void |
StringTypeEncoder.writeValue(QNameContext qnContext,
EncoderChannel valueChannel,
StringEncoder stringEncoder) |
void |
LexicalTypeEncoder.writeValue(QNameContext qnContext,
EncoderChannel valueChannel,
StringEncoder stringEncoder) |
Copyright © 2018 Siemens AG. All rights reserved.