SMILA (incubation) API documentation

org.eclipse.smila.search.utils.search
Class DDateFieldCodec

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

public abstract class DDateFieldCodec
extends java.lang.Object


Constructor Summary
DDateFieldCodec()
           
 
Method Summary
protected static DDateField decode(org.w3c.dom.Element element)
           
protected static org.w3c.dom.Element encode(DDateField dDateField, 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

DDateFieldCodec

public DDateFieldCodec()
Method Detail

decode

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

encode

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

SMILA (incubation) API documentation