EXIficient

com.siemens.ct.exi.datatype.strings
Interface StringDecoder

All Superinterfaces:
StringCoder
All Known Implementing Classes:
StringDecoderImpl

public interface StringDecoder
extends StringCoder


Method Summary
 void addValue(javax.xml.namespace.QName context, Value value)
           
 Value readValue(javax.xml.namespace.QName context, DecoderChannel channel)
           
 Value readValueGlobalHit(javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 Value readValueLocalHit(javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 
Methods inherited from interface com.siemens.ct.exi.datatype.strings.StringCoder
clear
 

Method Detail

addValue

void addValue(javax.xml.namespace.QName context,
              Value value)

readValue

Value readValue(javax.xml.namespace.QName context,
                DecoderChannel channel)
                throws java.io.IOException
Throws:
java.io.IOException

readValueLocalHit

Value readValueLocalHit(javax.xml.namespace.QName context,
                        DecoderChannel valueChannel)
                        throws java.io.IOException
Throws:
java.io.IOException

readValueGlobalHit

Value readValueGlobalHit(javax.xml.namespace.QName context,
                         DecoderChannel valueChannel)
                         throws java.io.IOException
Throws:
java.io.IOException

EXIficient