SMILA (incubation) API documentation

org.eclipse.smila.search.lucene.messages.indexstructure
Class DIndexFieldCodec

java.lang.Object
  extended by org.eclipse.smila.search.lucene.messages.indexstructure.DIndexFieldCodec

public abstract class DIndexFieldCodec
extends java.lang.Object

A Class class.

Author:
BROX IT-Solutions GmbH

Method Summary
static DIndexField decode(org.w3c.dom.Element element)
           
protected static org.w3c.dom.Element encode(DIndexField dIndexField, org.w3c.dom.Element parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encode

protected static org.w3c.dom.Element encode(DIndexField dIndexField,
                                            org.w3c.dom.Element parent)
                                     throws ISException
Parameters:
dIndexField - -
parent - -
Returns:
Element
Throws:
ISException - -

decode

public static DIndexField decode(org.w3c.dom.Element element)
                          throws ISException
Throws:
ISException

SMILA (incubation) API documentation