Class XQueryExpressionPool
- java.lang.Object
-
- org.webharvest.runtime.processors.XQueryExpressionPool
-
public class XQueryExpressionPool extends Object
Class represnts simple pool for XQuery expressions. Client obtains compiled query using method getCompiledExpression.- Author:
- Vladimir Nikic Date: Jul 4, 2007
-
-
Constructor Summary
Constructors Constructor Description XQueryExpressionPool(net.sf.saxon.query.StaticQueryContext sqc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.sf.saxon.query.XQueryExpression
getCompiledExpression(String query)
-
-
-
Method Detail
-
getCompiledExpression
public net.sf.saxon.query.XQueryExpression getCompiledExpression(String query) throws net.sf.saxon.trans.XPathException
- Throws:
net.sf.saxon.trans.XPathException
-
-