SMILA (incubation) API documentation

org.eclipse.smila.search.datadictionary.messages.datadictionary
Class DIndexCodec

java.lang.Object
  extended by org.eclipse.smila.search.datadictionary.messages.datadictionary.DIndexCodec

public abstract class DIndexCodec
extends java.lang.Object

Title: Any Finder Description: Copyright: Copyright (c) 2000 Company: BROX IT-Solutions GmbH

Version:
1.0
Author:
brox IT-Solutions GmbH

Constructor Summary
DIndexCodec()
           
 
Method Summary
static DIndex decode(org.w3c.dom.Element element)
           
static org.w3c.dom.Element encode(DIndex dIndex, org.w3c.dom.Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DIndexCodec

public DIndexCodec()
Method Detail

decode

public static DIndex decode(org.w3c.dom.Element element)
                     throws DDException
Throws:
DDException

encode

public static org.w3c.dom.Element encode(DIndex dIndex,
                                         org.w3c.dom.Element element)
                                  throws DDException
Throws:
DDException

SMILA (incubation) API documentation