SMILA (incubation) API documentation

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

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

public abstract class DAnalyzerCodec
extends java.lang.Object

A Class class.

Author:
BROX IT-Solutions GmbH

Method Summary
static DAnalyzer decode(org.w3c.dom.Element element)
           
static org.w3c.dom.Element encode(DAnalyzer dAnalyzer, 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

public static org.w3c.dom.Element encode(DAnalyzer dAnalyzer,
                                         org.w3c.dom.Element parent)
                                  throws ISException
Throws:
ISException

decode

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

SMILA (incubation) API documentation