EXIficient

Uses of Interface
com.siemens.ct.exi.values.Value

Packages that use Value
com.siemens.ct.exi.core.container Core containers while coding EXI documents/fragments. 
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. 
com.siemens.ct.exi.values Typed value support such as float values, list values et cetera. 
 

Uses of Value in com.siemens.ct.exi.core.container
 

Methods in com.siemens.ct.exi.core.container that return Value
 Value PreReadValueContainer.getNextContantValue()
           
 Value[] PreReadValueContainer.getValues()
           
 

Constructors in com.siemens.ct.exi.core.container with parameters of type Value
PreReadValueContainer(Value[] contentValues)
           
 

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

Methods in com.siemens.ct.exi.datatype that return Value
 Value EnumerationDatatype.getEnumerationValueAsCharArray(int index)
           
 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 Value in com.siemens.ct.exi.datatype.strings
 

Methods in com.siemens.ct.exi.datatype.strings that return Value
 Value StringDecoderImpl.readValue(javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 Value StringDecoder.readValue(javax.xml.namespace.QName context, DecoderChannel channel)
           
 Value StringDecoderImpl.readValueGlobalHit(javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 Value StringDecoder.readValueGlobalHit(javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 Value StringDecoderImpl.readValueLocalHit(javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 Value StringDecoder.readValueLocalHit(javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 

Methods in com.siemens.ct.exi.datatype.strings with parameters of type Value
 void StringDecoderImpl.addValue(javax.xml.namespace.QName context, Value value)
           
 void StringDecoder.addValue(javax.xml.namespace.QName context, Value value)
           
 

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

Methods in com.siemens.ct.exi.types that return Value
 Value TypedTypeDecoder.readValue(Datatype datatype, javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 Value TypeDecoder.readValue(Datatype datatype, javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 Value StringTypeDecoder.readValue(Datatype datatype, javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 Value LexicalTypeDecoder.readValue(Datatype datatype, javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 Value DatatypeRepresentationMapTypeDecoder.readValue(Datatype datatype, javax.xml.namespace.QName context, DecoderChannel valueChannel)
           
 

Uses of Value in com.siemens.ct.exi.values
 

Classes in com.siemens.ct.exi.values that implement Value
 class AbstractValue
          TODO Description
 class BinaryValue
           
 class BooleanValue
           
 class DateTimeValue
           
 class DecimalValue
           
 class DoubleValue
           
 class FloatValue
           
 class HugeIntegerValue
           
 class IntegerValue
           
 class ListValue
           
 class LongValue
           
 class StringValue
           
 

Methods in com.siemens.ct.exi.values that return Value
 Value[] ListValue.toValues()
           
 

Constructors in com.siemens.ct.exi.values with parameters of type Value
ListValue(Value[] values)
           
 


EXIficient