public interface QueryDef
Modifier and Type | Method and Description |
---|---|
org.licas_xml.abs.Element |
executeQuery(org.licas_xml.abs.Element theQuery,
java.lang.Object source)
Execute a query over the source.
|
org.licas_xml.abs.Element |
getStats()
Retrieve statistics relating to the query process.
|
org.licas_xml.abs.Element executeQuery(org.licas_xml.abs.Element theQuery, java.lang.Object source) throws java.lang.Exception
theQuery
- the query specification in XML.source
- the source content. Typically String or XML-based.java.lang.Exception
- any error.org.licas_xml.abs.Element getStats() throws java.lang.Exception
java.lang.Exception
- any error.