com.raritantechnologies.xml
Interface IXMLResultParser

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
AtomResultParser, RSSResultParser, SOLRXMLResultParser, XMLResultProcessor

public interface IXMLResultParser
extends IConfigurable


Method Summary
 IResultSet createResultSet(java.lang.String xmlString)
           
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

createResultSet

public IResultSet createResultSet(java.lang.String xmlString)