Package org.webharvest.runtime
Class RuntimeConfig
- java.lang.Object
-
- org.webharvest.runtime.RuntimeConfig
-
public class RuntimeConfig extends Object
Facade for runtime objects needed for specific processors' execution.- Author:
- Vladimir Nikic Date: Jul 4, 2007
-
-
Constructor Summary
Constructors Constructor Description RuntimeConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.sf.saxon.query.StaticQueryContext
getStaticQueryContext()
XQueryExpressionPool
getXQueryExpressionPool()
-
-
-
Method Detail
-
getStaticQueryContext
public net.sf.saxon.query.StaticQueryContext getStaticQueryContext()
-
getXQueryExpressionPool
public XQueryExpressionPool getXQueryExpressionPool()
-
-