EXIficient

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

Packages that use StringDecoder
com.siemens.ct.exi.datatype EXI built-in datatypes. 
com.siemens.ct.exi.datatype.strings EXI StringTable implementation. 
com.siemens.ct.exi.types EXI Types and Type coding modes such as Typed, String, Lexical and RepresentationMap. 
 

Uses of StringDecoder in com.siemens.ct.exi.datatype
 

Methods in com.siemens.ct.exi.datatype with parameters of type StringDecoder
 Value UnsignedLongDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value UnsignedIntegerDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value UnsignedBigIntegerDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value StringDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value RestrictedCharacterSetDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value NBitLongDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value NBitIntegerDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value NBitBigIntegerDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value LongDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value ListDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value IntegerDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value FloatDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value EnumerationDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value DoubleDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value DecimalDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value DatetimeDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value Datatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value BooleanPatternDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value BooleanDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value BigIntegerDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value AbstractBinaryDatatype.readValue(DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value StringDatatype.readValueRCS(RestrictedCharacterSetDatatype rcsDecoder, DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value ListDatatype.readValueRCS(RestrictedCharacterSetDatatype rcsDecoder, DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value EnumerationDatatype.readValueRCS(RestrictedCharacterSetDatatype rcsDecoder, DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value Datatype.readValueRCS(RestrictedCharacterSetDatatype rcsDecoder, DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 Value AbstractDatatype.readValueRCS(RestrictedCharacterSetDatatype rcsDecoder, DecoderChannel valueChannel, StringDecoder stringDecoder, javax.xml.namespace.QName context)
           
 

Uses of StringDecoder in com.siemens.ct.exi.datatype.strings
 

Classes in com.siemens.ct.exi.datatype.strings that implement StringDecoder
 class StringDecoderImpl
           
 

Uses of StringDecoder in com.siemens.ct.exi.types
 

Methods in com.siemens.ct.exi.types that return StringDecoder
 StringDecoder TypeDecoder.getStringDecoder()
           
 StringDecoder AbstractTypeDecoder.getStringDecoder()
           
 

Methods in com.siemens.ct.exi.types with parameters of type StringDecoder
 void TypeDecoder.setStringDecoder(StringDecoder stringDecoder)
           
 void AbstractTypeDecoder.setStringDecoder(StringDecoder stringDecoder)
           
 

Constructors in com.siemens.ct.exi.types with parameters of type StringDecoder
AbstractTypeDecoder(StringDecoder stringDecoder)
           
DatatypeRepresentationMapTypeDecoder(StringDecoder stringDecoder)
           
LexicalTypeDecoder(StringDecoder stringDecoder)
           
StringTypeDecoder(StringDecoder stringDecoder)
           
TypedTypeDecoder(StringDecoder stringDecoder)
           
 


EXIficient