- evaluate(String) - Method in class com.elsevier.spark_xml_utils.xpath.XPathProcessor
-
Evaluate the content with the XPath expression specified when creating the XPathProcessor
and return a serialized response.
- evaluate(InputStream) - Method in class com.elsevier.spark_xml_utils.xpath.XPathProcessor
-
Evaluate the content with the XPath expression specified when creating the XPathProcessor
and return a serialized response.
- evaluate(String) - Method in class com.elsevier.spark_xml_utils.xquery.XQueryProcessor
-
Evaluate the content with the XQuery expression specified when creating the XQueryProcessor
and return a serialized response.
- evaluate(InputStream) - Method in class com.elsevier.spark_xml_utils.xquery.XQueryProcessor
-
Evaluate the content with the XQuery expression specified when creating the XQueryProcessor
and return a serialized response.
- evaluateStream(InputStream) - Method in class com.elsevier.spark_xml_utils.xpath.XPathProcessor
-
Evaluate the content with the XPath expression specified when creating the XPathProcessor
and return a serialized response.
- evaluateStream(InputStream) - Method in class com.elsevier.spark_xml_utils.xquery.XQueryProcessor
-
Evaluate the content with the XQuery expression specified when creating the XQueryProcessor
and return a serialized response.
- evaluateString(String) - Method in class com.elsevier.spark_xml_utils.xpath.XPathProcessor
-
Evaluate the content with the XPath expression specified when creating the XPathProcessor
and return a serialized response.
- evaluateString(String) - Method in class com.elsevier.spark_xml_utils.xquery.XQueryProcessor
-
Evaluate the content with the XQuery expression specified when creating the XQueryProcessor
and return a serialized response.