net.xineo.xml.xil
Interface Source

All Known Implementing Classes:
LocalRegexSource, RegexSource, SQLSource

public interface Source


Method Summary
 void initialize(java.util.Properties parameters)
           
 boolean nextRecord(SymbolTable symbolTable)
           
 void query(java.lang.String query)
           
 void release()
           
 

Method Detail

initialize

public void initialize(java.util.Properties parameters)
                throws XILException
XILException

release

public void release()
             throws XILException
XILException

query

public void query(java.lang.String query)
           throws XILException
XILException

nextRecord

public boolean nextRecord(SymbolTable symbolTable)
                   throws XILException
XILException


Copyright © 2002 Frédérik Bilhaut - Xineo.NET