Uses of Class
org.apache.camel.builder.xml.XPathBuilder

Packages that use XPathBuilder
org.apache.camel.builder.xml Support for XPath based Expressions and Predicates as well as an XSLT processor 
org.apache.camel.language.xpath Camel XPath language support. 
 

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

Methods in org.apache.camel.builder.xml that return XPathBuilder
 XPathBuilder<E> XPathBuilder.booleanResult()
          Sets the expression result type to boolean
 XPathBuilder<E> XPathBuilder.functionResolver(XPathFunctionResolver functionResolver)
          Sets the XPathFunctionResolver instance to use on these XPath expressions
 XPathBuilder<E> XPathBuilder.namespace(String prefix, String uri)
          Registers the namespace prefix and URI with the builder so that the prefix can be used in XPath expressions
 XPathBuilder<E> XPathBuilder.namespaces(Namespaces namespaces)
          Registers namespaces with the builder so that the registered prefixes can be used in XPath expressions
 XPathBuilder<E> XPathBuilder.nodeResult()
          Sets the expression result type to boolean
 XPathBuilder<E> XPathBuilder.nodeSetResult()
          Sets the expression result type to boolean
 XPathBuilder<E> XPathBuilder.numberResult()
          Sets the expression result type to boolean
 XPathBuilder<E> XPathBuilder.objectModel(String uri)
          Sets the object model URI to use
 XPathBuilder<E> XPathBuilder.resultType(Class resultType)
          Sets the expression result type to boolean
 XPathBuilder<E> XPathBuilder.stringResult()
          Sets the expression result type to boolean
 XPathBuilder<E> XPathBuilder.variable(String name, Object value)
          Registers a variable (in the global namespace) which can be referred to from XPath expressions
static XPathBuilder XPathBuilder.xpath(String text)
           
 

Uses of XPathBuilder in org.apache.camel.language.xpath
 

Methods in org.apache.camel.language.xpath with parameters of type XPathBuilder
protected  void XPathLanguage.configureBuilder(XPathBuilder builder)
           
 



Copyright © 2010 IONA Open Source Community. All Rights Reserved.