Package | Description |
---|---|
org.mule.module.xml.filters |
Filters that apply specifically to xml using xml querying mechanisms.
|
org.mule.module.xml.transformer |
Xml and Xslt Transformer implementations.
|
org.mule.module.xml.xpath |
Modifier and Type | Method and Description |
---|---|
void |
XPathFilter.setXpathEvaluator(XPathEvaluator xpathEvaluator) |
Modifier and Type | Method and Description |
---|---|
XPathEvaluator |
XPathExtractor.getXpathEvaluator() |
Modifier and Type | Method and Description |
---|---|
void |
XPathExtractor.setXpathEvaluator(XPathEvaluator xpathEvaluator) |
Modifier and Type | Class and Description |
---|---|
class |
JaxpXPathEvaluator
This is the preferred base implementation of
XPathEvaluator . |
class |
SaxonXpathEvaluator
Implementation of
JaxpXPathEvaluator which uses
the Saxon implementation. |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.