Package org.mule.module.xml.expression

Class Summary
AbstractXPathExpressionEvaluator Provides a base class for XPath property extractors.
BeanPayloadExpressionEvaluator TODO
JaxpXPathExpressionEvaluator Uses JAXP XPath processing to evaluate xpath expressions against Xml fragments and documents

Note that the JAXP Expression evaluator differs from the Mule XPATH evaluator slightly since you can set the JAXP return type as a prefix to the expression i.e.

JXPathExpressionEvaluator Deprecated. Developers should use xpath, bean or groovy instead of this expression evaluator since there are some quirks with JXPath and the performance is not good.
XPathBranchExpressionEvaluator  
XPathExpressionEvaluator Will select the text of a single node based on the property name
XPathNodeExpressionEvaluator Will select the text of a single node based on the property name
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.