SMILA (incubation) API documentation

org.eclipse.smila.search.datadictionary.messages.ddconfig
Class DHighlightingTransformerCodec

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

public abstract class DHighlightingTransformerCodec
extends java.lang.Object

Author:
brox IT-Solutions GmbH To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
DHighlightingTransformerCodec()
           
 
Method Summary
static DHighlightingTransformer decode(org.w3c.dom.Element element)
           
static org.w3c.dom.Element encode(DHighlightingTransformer dHighlightingTransformer, 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

DHighlightingTransformerCodec

public DHighlightingTransformerCodec()
Method Detail

decode

public static DHighlightingTransformer decode(org.w3c.dom.Element element)
                                       throws ConfigurationException
Throws:
ConfigurationException

encode

public static org.w3c.dom.Element encode(DHighlightingTransformer dHighlightingTransformer,
                                         org.w3c.dom.Element element)
                                  throws ConfigurationException
Throws:
ConfigurationException

SMILA (incubation) API documentation