SMILA (incubation) API documentation

org.eclipse.smila.search.utils.search
Class DTextFieldCodec

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

public abstract class DTextFieldCodec
extends java.lang.Object


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

DTextFieldCodec

public DTextFieldCodec()
Method Detail

decode

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

encode

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

SMILA (incubation) API documentation