SMILA (incubation) API documentation

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

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

public abstract class DAnyFinderDataDictionaryCodec
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

Field Summary
static java.lang.String NS
           
static java.lang.String NS_CONNECTION
           
 
Constructor Summary
DAnyFinderDataDictionaryCodec()
           
 
Method Summary
static DAnyFinderDataDictionary decode(org.w3c.dom.Element element)
           
static org.w3c.dom.Document encode(DAnyFinderDataDictionary dAnyFinderDataDictionary)
           
 
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
See Also:
Constant Field Values

NS_CONNECTION

public static final java.lang.String NS_CONNECTION
See Also:
Constant Field Values
Constructor Detail

DAnyFinderDataDictionaryCodec

public DAnyFinderDataDictionaryCodec()
Method Detail

decode

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

encode

public static org.w3c.dom.Document encode(DAnyFinderDataDictionary dAnyFinderDataDictionary)
                                   throws DDException
Throws:
DDException

SMILA (incubation) API documentation