SMILA (incubation) API documentation

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

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

public abstract class DTemplateFieldCodec
extends java.lang.Object

Author:
gschmidt

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

encodeStandardValues

public static void encodeStandardValues(DTemplateField dTemplateField,
                                        org.w3c.dom.Element element)
                                 throws AdvSearchException
Throws:
AdvSearchException

decodeStandardValues

public static void decodeStandardValues(DTemplateField dTemplateField,
                                        org.w3c.dom.Element element)
                                 throws AdvSearchException
Throws:
AdvSearchException

decode

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

SMILA (incubation) API documentation