use of org.teiid.query.xquery.saxon.SaxonXQueryExpression in project teiid by teiid.
the class XMLQuery method compileXqueryExpression.
// TODO: display the analysis record info
public void compileXqueryExpression() throws QueryResolverException {
this.xqueryExpression = new SaxonXQueryExpression(xquery, namespaces, passing, null);
this.xqueryExpression.useDocumentProjection(null, new AnalysisRecord(false, false));
}
Aggregations