EXIficient

com.siemens.ct.exi.datatype.stringtable
Class StringTableEncoderImplNoGlobalValues

java.lang.Object
  extended by com.siemens.ct.exi.datatype.stringtable.AbstractStringTable
      extended by com.siemens.ct.exi.datatype.stringtable.StringTableEncoderImpl
          extended by com.siemens.ct.exi.datatype.stringtable.StringTableEncoderImplNoGlobalValues
All Implemented Interfaces:
StringTableCommon, StringTableEncoder

public class StringTableEncoderImplNoGlobalValues
extends StringTableEncoderImpl

TODO Description

Version:
0.3.20080718
Author:
Daniel.Peintner.EXT@siemens.com, Joerg.Heuer@siemens.com

Constructor Summary
StringTableEncoderImplNoGlobalValues(boolean isSchemaInformed)
           
 
Method Summary
 int getGlobalValueID(java.lang.String value)
          Get the ID (index) of the given value in the global value table.
 
Methods inherited from class com.siemens.ct.exi.datatype.stringtable.StringTableEncoderImpl
addGlobalValue, addLocalName, addLocalValue, addPrefix, addURI, getGlobalValueTableSize, getLocalNameID, getLocalNameTableSize, getLocalValueID, getLocalValueTableSize, getPrefixID, getPrefixTableSize, getURIID, getURITableSize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringTableEncoderImplNoGlobalValues

public StringTableEncoderImplNoGlobalValues(boolean isSchemaInformed)
Method Detail

getGlobalValueID

public int getGlobalValueID(java.lang.String value)
Description copied from interface: StringTableEncoder
Get the ID (index) of the given value in the global value table.

Specified by:
getGlobalValueID in interface StringTableEncoder
Overrides:
getGlobalValueID in class StringTableEncoderImpl
Parameters:
value - - Value to look up.
Returns:
Index of the item or -1 if not found.

EXIficient