| Package | Description |
|---|---|
| com.elsevier.spark_xml_utils.xquery |
| Modifier and Type | Method and Description |
|---|---|
String |
XQueryProcessor.evaluate(InputStream content)
Evaluate the content with the XQuery expression specified when creating the XQueryProcessor
and return a serialized response.
|
String |
XQueryProcessor.evaluate(String content)
Evaluate the content with the XQuery expression specified when creating the XQueryProcessor
and return a serialized response.
|
String |
XQueryProcessor.evaluateStream(InputStream content)
Evaluate the content with the XQuery expression specified when creating the XQueryProcessor
and return a serialized response.
|
String |
XQueryProcessor.evaluateString(String content)
Evaluate the content with the XQuery expression specified when creating the XQueryProcessor
and return a serialized response.
|
static XQueryProcessor |
XQueryProcessor.getInstance(String xQueryExpression)
Get an instance of XQueryProcessor.
|
static XQueryProcessor |
XQueryProcessor.getInstance(String xQueryExpression,
HashMap<String,String> namespaceMappings)
Get an instance of XQueryProcessor.
|
static XQueryProcessor |
XQueryProcessor.getInstance(String xQueryExpression,
HashMap<String,String> namespaceMappings,
HashMap<String,Object> featureMappings)
Get an instance of XQueryProcessor.
|
Copyright © 2018 Elsevier, Inc.. All rights reserved.