SMILA (incubation) API documentation

org.eclipse.smila.search.utils.search
Class DQueryCodec

java.lang.Object
  extended by org.eclipse.smila.search.utils.search.DQueryCodec

public abstract class DQueryCodec
extends java.lang.Object


Constructor Summary
DQueryCodec()
           
 
Method Summary
protected static DQuery decode(org.w3c.dom.Element element)
           
protected static org.w3c.dom.Element encode(DQuery dQuery, org.w3c.dom.Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DQueryCodec

public DQueryCodec()
Method Detail

decode

protected static DQuery decode(org.w3c.dom.Element element)
                        throws DSearchException
Throws:
DSearchException

encode

protected static org.w3c.dom.Element encode(DQuery dQuery,
                                            org.w3c.dom.Element element)
                                     throws DSearchException
Throws:
DSearchException

SMILA (incubation) API documentation