SMILA (incubation) API documentation

org.eclipse.smila.search.utils.enginedata
Class DAnyFinderEngineDataCodec

java.lang.Object
  extended by org.eclipse.smila.search.utils.enginedata.DAnyFinderEngineDataCodec

public abstract class DAnyFinderEngineDataCodec
extends java.lang.Object

Author:
August Georg Schmidt (BROX)

Field Summary
static java.lang.String NS
          Namespace.
 
Method Summary
static DAnyFinderEngineData decode(org.w3c.dom.Element element)
           
static org.w3c.dom.Document encode(DAnyFinderEngineData dAnyFinderEngineData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS

public static final java.lang.String NS
Namespace.

See Also:
Constant Field Values
Method Detail

encode

public static org.w3c.dom.Document encode(DAnyFinderEngineData dAnyFinderEngineData)
                                   throws DEngineDataException
Throws:
DEngineDataException

decode

public static DAnyFinderEngineData decode(org.w3c.dom.Element element)
                                   throws DEngineDataException
Throws:
DEngineDataException

SMILA (incubation) API documentation