Uses of Package
org.apache.camel.builder.xml

Packages that use org.apache.camel.builder.xml
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.builder.xml Support for XPath based Expressions and Predicates as well as an XSLT processor 
org.apache.camel.component.xslt The XSLT Component for transforming messages with XSLT 
org.apache.camel.language.xpath Camel XPath language support. 
 

Classes in org.apache.camel.builder.xml used by org.apache.camel.builder
Namespaces
          A helper class for working with namespaces or creating namespace based expressions
XPathBuilder
          Creates an XPath expression builder which creates a nodeset result by default.
 

Classes in org.apache.camel.builder.xml used by org.apache.camel.builder.xml
DefaultNamespaceContext
          An implementation of NamespaceContext which uses a simple Map where the keys are the prefixes and the values are the URIs
Namespaces
          A helper class for working with namespaces or creating namespace based expressions
ResultHandler
          A strategy for handling XSLT results
ResultHandlerFactory
          Factory for ResultHandler
XPathBuilder
          Creates an XPath expression builder which creates a nodeset result by default.
XsltBuilder
          Creates a Processor which performs an XSLT transformation of the IN message body.
 

Classes in org.apache.camel.builder.xml used by org.apache.camel.component.xslt
XsltBuilder
          Creates a Processor which performs an XSLT transformation of the IN message body.
 

Classes in org.apache.camel.builder.xml used by org.apache.camel.language.xpath
XPathBuilder
          Creates an XPath expression builder which creates a nodeset result by default.
 



Apache Camel