org.teiid.query.xquery.saxon
Class XQueryEvaluator
java.lang.Object
org.teiid.query.xquery.saxon.XQueryEvaluator
public class XQueryEvaluator
- extends Object
Used to isolate the xom/nux dependency and to better isolate the saxon processing logic.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XQueryEvaluator
public XQueryEvaluator()
evaluateXQuery
public static SaxonXQueryExpression.Result evaluateXQuery(SaxonXQueryExpression xquery,
Object context,
Map<String,Object> parameterValues,
SaxonXQueryExpression.RowProcessor processor,
CommandContext commandContext)
throws TeiidProcessingException
- Throws:
TeiidProcessingException
Copyright © 2012. All Rights Reserved.