EXIficient

Uses of Interface
com.siemens.ct.exi.datatype.Datatype

Packages that use Datatype
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.grammar.event EXI Grammar event. 
com.siemens.ct.exi.types EXI Types and Type coding modes such as Typed, String, Lexical and RepresentationMap. 
 

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

Methods in com.siemens.ct.exi.core.container that return types with arguments of type Datatype
 java.util.List<Datatype> ContextContainer.getValueDatatypes()
           
 

Methods in com.siemens.ct.exi.core.container with parameters of type Datatype
 void ContextContainer.addValue(java.lang.String value, Datatype datatype)
           
 

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

Classes in com.siemens.ct.exi.datatype that implement Datatype
 class AbstractBinaryDatatype
          TODO Description
 class AbstractDatatype
          TODO Description
 class BigIntegerDatatype
          TODO Description
 class BinaryBase64Datatype
          TODO Description
 class BinaryHexDatatype
          TODO Description
 class BooleanDatatype
          TODO Description
 class BooleanPatternDatatype
          TODO Description
 class DatetimeDatatype
          TODO Description
 class DecimalDatatype
          TODO Description
 class DoubleDatatype
          TODO Description
 class EnumerationDatatype
          TODO Description
 class FloatDatatype
          TODO Description
 class IntegerDatatype
          TODO Description
 class ListDatatype
          TODO Description
 class LongDatatype
          TODO Description
 class NBitBigIntegerDatatype
          TODO Description
 class NBitIntegerDatatype
          TODO Description
 class NBitLongDatatype
          TODO Description
 class RestrictedCharacterSetDatatype
          TODO Description
 class StringDatatype
          TODO Description
 class UnsignedBigIntegerDatatype
          TODO Description
 class UnsignedIntegerDatatype
          TODO Description
 class UnsignedLongDatatype
          TODO Description
 

Methods in com.siemens.ct.exi.datatype that return Datatype
 Datatype ListDatatype.getListDatatype()
           
 

Constructors in com.siemens.ct.exi.datatype with parameters of type Datatype
ListDatatype(Datatype listDatatype)
           
 

Uses of Datatype in com.siemens.ct.exi.grammar.event
 

Methods in com.siemens.ct.exi.grammar.event that return Datatype
 Datatype DatatypeEvent.getDatatype()
           
 Datatype AbstractDatatypeEvent.getDatatype()
           
 

Constructors in com.siemens.ct.exi.grammar.event with parameters of type Datatype
AbstractDatatypeEvent(EventType eventType, javax.xml.namespace.QName valueType, Datatype datatype)
           
Attribute(javax.xml.namespace.QName qname, javax.xml.namespace.QName valueType, Datatype datatype)
           
Characters(javax.xml.namespace.QName valueType, Datatype datatype)
           
 

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

Fields in com.siemens.ct.exi.types declared as Datatype
static Datatype BuiltIn.BOOLEAN_DATATYPE
           
static Datatype BuiltIn.DEFAULT_DATATYPE
           
 

Methods in com.siemens.ct.exi.types that return Datatype
static Datatype BuiltIn.getDatatype(org.apache.xerces.xs.XSSimpleTypeDefinition std)
           
 

Methods in com.siemens.ct.exi.types with parameters of type Datatype
 boolean TypeEncoder.isValid(Datatype datatype, java.lang.String value)
           
 boolean TypedTypeEncoder.isValid(Datatype datatype, java.lang.String value)
           
 boolean StringTypeEncoder.isValid(Datatype datatype, java.lang.String value)
           
 boolean LexicalTypeEncoder.isValid(Datatype datatype, java.lang.String value)
           
 boolean DatatypeRespresentationMapTypeEncoder.isValid(Datatype datatype, java.lang.String 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)
           
 


EXIficient