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