SMILA (incubation) API documentation

org.eclipse.smila.search.lucene.tools.search.lucene
Class DTextFieldParameterCodec

java.lang.Object
  extended by org.eclipse.smila.search.lucene.tools.search.lucene.DTextFieldParameterCodec

public class DTextFieldParameterCodec
extends java.lang.Object

Author:
gschmidt To change this generated comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
static ITFParameter decode(org.w3c.dom.Element element)
           
static org.w3c.dom.Element encode(DTextFieldParameter dTextFieldParameter, org.w3c.dom.Element element)
           
static org.w3c.dom.Element encode(ITFParameter dTFP, 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(DTextFieldParameter dTextFieldParameter,
                                         org.w3c.dom.Element element)
                                  throws DSearchException
Parameters:
dTextFieldParameter - -
element - -
Returns:
Element
Throws:
DSearchException - -

encode

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

decode

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

SMILA (incubation) API documentation