EXIficient

com.siemens.ct.exi.core
Class AbstractEXICoder

java.lang.Object
  extended by com.siemens.ct.exi.core.AbstractEXICoder
Direct Known Subclasses:
AbstractEXIDecoder, AbstractEXIEncoder

public abstract class AbstractEXICoder
extends java.lang.Object

Shared functionality between EXI Encoder and Decoder.

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

Field Summary
static int INITIAL_STACK_SIZE
           
 
Constructor Summary
AbstractEXICoder(EXIFactory exiFactory)
           
 
Method Summary
 org.xml.sax.helpers.NamespaceSupport getNamespaces()
           
 void setErrorHandler(ErrorHandler errorHandler)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INITIAL_STACK_SIZE

public static final int INITIAL_STACK_SIZE
See Also:
Constant Field Values
Constructor Detail

AbstractEXICoder

public AbstractEXICoder(EXIFactory exiFactory)
Method Detail

setErrorHandler

public void setErrorHandler(ErrorHandler errorHandler)

getNamespaces

public org.xml.sax.helpers.NamespaceSupport getNamespaces()

EXIficient