Skip navigation links
C E F G R S T X 

C

com.elsevier.spark_xml_utils.xpath - package com.elsevier.spark_xml_utils.xpath
 
com.elsevier.spark_xml_utils.xquery - package com.elsevier.spark_xml_utils.xquery
 
com.elsevier.spark_xml_utils.xslt - package com.elsevier.spark_xml_utils.xslt
 

E

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.

F

filter(String) - Method in class com.elsevier.spark_xml_utils.xpath.XPathProcessor
Filter the content with the XPath expression specified when creating the XPathProcessor.
filter(InputStream) - Method in class com.elsevier.spark_xml_utils.xpath.XPathProcessor
Filter the content with the XPath expression specified when creating the XPathProcessor.
filterStream(InputStream) - Method in class com.elsevier.spark_xml_utils.xpath.XPathProcessor
Filter the content with the XPath expression specified when creating the XPathProcessor.
filterString(String) - Method in class com.elsevier.spark_xml_utils.xpath.XPathProcessor
Filter the content with the XPath expression specified when creating the XPathProcessor.

G

getInstance(String) - Static method in class com.elsevier.spark_xml_utils.xpath.XPathProcessor
Get an instance of XPathProcessor.
getInstance(String, HashMap<String, String>) - Static method in class com.elsevier.spark_xml_utils.xpath.XPathProcessor
Get an instance of XPathProcessor.
getInstance(String, HashMap<String, String>, HashMap<String, Object>) - Static method in class com.elsevier.spark_xml_utils.xpath.XPathProcessor
Get an instance of XPathProcessor.
getInstance(String) - Static method in class com.elsevier.spark_xml_utils.xquery.XQueryProcessor
Get an instance of XQueryProcessor.
getInstance(String, HashMap<String, String>) - Static method in class com.elsevier.spark_xml_utils.xquery.XQueryProcessor
Get an instance of XQueryProcessor.
getInstance(String, HashMap<String, String>, HashMap<String, Object>) - Static method in class com.elsevier.spark_xml_utils.xquery.XQueryProcessor
Get an instance of XQueryProcessor.
getInstance(String) - Static method in class com.elsevier.spark_xml_utils.xslt.XSLTProcessor
Get an instance of XSLTProcessor and then do a one time initialization to improve performance for repetitive invocations of transformations.
getInstance(String, HashMap<String, Object>) - Static method in class com.elsevier.spark_xml_utils.xslt.XSLTProcessor
Get an instance of XSLTProcessor and then do a one time initialization to improve performance for repetitive invocations of transformations.

R

resolve(String, String) - Method in class com.elsevier.spark_xml_utils.xslt.S3URIResolver
Return the requested stylesheet.

S

S3URIResolver - Class in com.elsevier.spark_xml_utils.xslt
URI Resolver that will be used by XLTProcessor when resolving xsl:import and xsl:include statements.
S3URIResolver() - Constructor for class com.elsevier.spark_xml_utils.xslt.S3URIResolver
 
setExternalVariable(String, String) - Method in class com.elsevier.spark_xml_utils.xquery.XQueryProcessor
Set the external variable.
setOutputMethod(String) - Method in class com.elsevier.spark_xml_utils.xpath.XPathProcessor
Set the output method (the default is xml).
setOutputMethod(String) - Method in class com.elsevier.spark_xml_utils.xquery.XQueryProcessor
Set the output method (the default is xml).
setOutputMethod(String) - Method in class com.elsevier.spark_xml_utils.xslt.XSLTProcessor
Set the output method (the default is xml).

T

transform(String) - Method in class com.elsevier.spark_xml_utils.xslt.XSLTProcessor
Transform the content.
transform(InputStream) - Method in class com.elsevier.spark_xml_utils.xslt.XSLTProcessor
Transform the content.
transform(String, HashMap<String, String>) - Method in class com.elsevier.spark_xml_utils.xslt.XSLTProcessor
Transform the content.

X

XPathException - Exception in com.elsevier.spark_xml_utils.xpath
XPath Exception
XPathException(String) - Constructor for exception com.elsevier.spark_xml_utils.xpath.XPathException
 
XPathProcessor - Class in com.elsevier.spark_xml_utils.xpath
Class with methods to filter an XPath expression (return a TRUE/FALSE) against a string of arbitrary xml content and evaluate an XPath expression (return a serialized response) against a string of arbitrary xml content.
XQueryException - Exception in com.elsevier.spark_xml_utils.xquery
XQuery Exception
XQueryException(String) - Constructor for exception com.elsevier.spark_xml_utils.xquery.XQueryException
 
XQueryProcessor - Class in com.elsevier.spark_xml_utils.xquery
Class with methods to apply an XQuery expression against a string of arbitrary xml content.
XSLTException - Exception in com.elsevier.spark_xml_utils.xslt
XSLT Exception
XSLTException(String) - Constructor for exception com.elsevier.spark_xml_utils.xslt.XSLTException
 
XSLTProcessor - Class in com.elsevier.spark_xml_utils.xslt
Class that provides xml transforming capabilities (via xslt) for xml passed as a String.
C E F G R S T X 
Skip navigation links

Copyright © 2018 Elsevier, Inc.. All rights reserved.