SMILA (incubation) API documentation

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

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

public abstract class DIndexStructureCodec
extends java.lang.Object

A Class class.

Author:
BROX IT-Solutions GmbH

Field Summary
static java.lang.String NS
          NS.
 
Method Summary
static DIndexStructure decode(org.w3c.dom.Element element)
           
static org.w3c.dom.Element encode(DIndexStructure dIS, 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
NS.

See Also:
Constant Field Values
Method Detail

encode

public static org.w3c.dom.Element encode(DIndexStructure dIS,
                                         org.w3c.dom.Element element)
                                  throws ISException
Parameters:
dIS - -
element - -
Returns:
Element
Throws:
ISException - -

decode

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

SMILA (incubation) API documentation