SMILA (incubation) API documentation

org.eclipse.smila.search.lucene.messages.advsearch
Class DTermCodec

java.lang.Object
  extended by org.eclipse.smila.search.lucene.messages.advsearch.DTermCodec

public abstract class DTermCodec
extends java.lang.Object


Method Summary
static DTerm decode(org.w3c.dom.Element eTerm)
           
static org.w3c.dom.Element encode(DTerm dTerm, org.w3c.dom.Element parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encode

public static org.w3c.dom.Element encode(DTerm dTerm,
                                         org.w3c.dom.Element parent)
                                  throws AdvSearchException
Parameters:
dTerm - -
parent - -
Returns:
Element
Throws:
AdvSearchException - -

decode

public static DTerm decode(org.w3c.dom.Element eTerm)
                    throws AdvSearchException
Parameters:
eTerm - -
Returns:
DTerm
Throws:
AdvSearchException - -

SMILA (incubation) API documentation