Class SaxonXQuery
java.lang.Object
org.apache.xmlbeans.impl.xpath.saxon.SaxonXQuery
- All Implemented Interfaces:
XQuery
public class SaxonXQuery extends Object implements XQuery
-
Constructor Summary
Constructors Constructor Description SaxonXQuery(String query, String contextVar, Integer boundary, XmlOptions xmlOptions)
Construct given an XQuery expression string. -
Method Summary
Modifier and Type Method Description XmlCursor
cursorExecute(Cur c, XmlOptions options)
List<Object>
execQuery(Object node, Map<String,Object> variableBindings)
XmlObject[]
objectExecute(Cur c, XmlOptions options)
void
release()
-
Constructor Details
-
SaxonXQuery
Construct given an XQuery expression string.- Parameters:
query
- The XQuery expressioncontextVar
- The name of the context variableboundary
- The offset of the end of the prolog
-
-
Method Details
-
objectExecute
- Specified by:
objectExecute
in interfaceXQuery
-
cursorExecute
- Specified by:
cursorExecute
in interfaceXQuery
-
execQuery
-
release
public void release()
-