| Constructor and Description |
|---|
SaxonXQuery(String query,
String contextVar,
Integer boundary,
XmlOptions xmlOptions)
Construct given an XQuery expression string.
|
| Modifier and Type | Method and Description |
|---|---|
XmlCursor |
cursorExecute() |
XmlCursor |
cursorExecute(Cur c,
XmlOptions options) |
List |
execQuery(Object node,
Map variableBindings) |
XmlObject[] |
objectExecute() |
XmlObject[] |
objectExecute(Cur c,
XmlOptions options) |
void |
release() |
public SaxonXQuery(String query, String contextVar, Integer boundary, XmlOptions xmlOptions)
query - The XQuery expressioncontextVar - The name of the context variableboundary - The offset of the end of the prologpublic XmlObject[] objectExecute(Cur c, XmlOptions options)
objectExecute in interface XQuerypublic XmlCursor cursorExecute(Cur c, XmlOptions options)
cursorExecute in interface XQuerypublic XmlObject[] objectExecute()
public XmlCursor cursorExecute()
public void release()