SMILA (incubation) API documentation

org.eclipse.smila.search.plugin
Interface IIndexStructureAccess


public interface IIndexStructureAccess

Author:
GSchmidt To change this generated comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 DIndexStructure decode(org.w3c.dom.Element eIndexStructure)
           
 org.w3c.dom.Element encode(DIndexStructure dIndexStructure, org.w3c.dom.Element element)
           
 

Method Detail

decode

DIndexStructure decode(org.w3c.dom.Element eIndexStructure)
                       throws ISException
Throws:
ISException

encode

org.w3c.dom.Element encode(DIndexStructure dIndexStructure,
                           org.w3c.dom.Element element)
                           throws ISException
Throws:
ISException

SMILA (incubation) API documentation