Uses of Class
org.apache.camel.model.language.XPathExpression

Packages that use XPathExpression
org.apache.camel.builder.xml Support for XPath based Expressions and Predicates as well as an XSLT processor 
 

Uses of XPathExpression in org.apache.camel.builder.xml
 

Methods in org.apache.camel.builder.xml that return XPathExpression
 XPathExpression Namespaces.xpath(String expression)
          Creates the XPath expression using the current namespace context
 XPathExpression Namespaces.xpath(String expression, Class<?> resultType)
          Creates the XPath expression using the current namespace context
 



Apache Camel