SMILA (incubation) API documentation

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

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

public abstract class DOP1Codec
extends java.lang.Object

Author:
gschmidt

Method Summary
static DOP1 decode(org.w3c.dom.Element element)
           
static org.w3c.dom.Element encode(DOP1 dOP1, 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(DOP1 dOP1,
                                         org.w3c.dom.Element parent)
                                  throws AdvSearchException
Parameters:
dOP1 - -
parent - -
Returns:
Element
Throws:
AdvSearchException - -

decode

public static DOP1 decode(org.w3c.dom.Element element)
                   throws AdvSearchException
Throws:
AdvSearchException

SMILA (incubation) API documentation