SMILA (incubation) API documentation

org.eclipse.smila.search.utils.search
Class DFieldCodec

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

public abstract class DFieldCodec
extends java.lang.Object


Field Summary
static java.lang.String NS
           
 
Constructor Summary
DFieldCodec()
           
 
Method Summary
static DField decode(org.w3c.dom.Element element)
           
static void decodeStandardValues(DField dField, org.w3c.dom.Element element)
           
static org.w3c.dom.Element encode(DField dField, org.w3c.dom.Element element)
           
static void encodeStandardValues(DField dField, org.w3c.dom.Element element)
           
static IParameter getParameter(org.w3c.dom.Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS

public static final java.lang.String NS
See Also:
Constant Field Values
Constructor Detail

DFieldCodec

public DFieldCodec()
Method Detail

decode

public static DField decode(org.w3c.dom.Element element)
                     throws DSearchException
Throws:
DSearchException

decodeStandardValues

public static void decodeStandardValues(DField dField,
                                        org.w3c.dom.Element element)
                                 throws DSearchException
Throws:
DSearchException

encode

public static org.w3c.dom.Element encode(DField dField,
                                         org.w3c.dom.Element element)
                                  throws DSearchException
Throws:
DSearchException

encodeStandardValues

public static void encodeStandardValues(DField dField,
                                        org.w3c.dom.Element element)
                                 throws DSearchException
Throws:
DSearchException

getParameter

public static IParameter getParameter(org.w3c.dom.Element element)
                               throws DSearchException
Throws:
DSearchException

SMILA (incubation) API documentation