Package org.apache.camel.language.xpath


package org.apache.camel.language.xpath
Camel XPath language support.
  • Class
    Description
    An implementation of NamespaceContext which uses a simple Map where the keys are the prefixes and the values are the URIs
    An exception thrown if am XPath expression could not be parsed or evaluated
    A variable resolver for XPath expressions which support properties on the message, exchange as well as making system properties and environment properties available.
    Used to inject an XPath expression into a field, property, method or parameter when using Bean Integration.
    Factory for the XPath expression annotations.
    Creates an XPath expression builder which creates a nodeset result by default.
    XPath language.