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

Packages that use Namespaces
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 
 

Uses of Namespaces in org.apache.camel.builder
 

Methods in org.apache.camel.builder with parameters of type Namespaces
 T ExpressionClause.vtdxml(String text, Namespaces namespaces)
          Evaluates an XPath expression using the VTD-XML library with the specified set of namespace prefixes and URIs
 T ExpressionClauseSupport.vtdxml(String text, Namespaces namespaces)
          Evaluates an XPath expression using the VTD-XML library with the specified set of namespace prefixes and URIs
 T ExpressionClause.xpath(String text, Class<?> resultType, Namespaces namespaces)
          Evaluates an XPath expression with the specified result type and set of namespace prefixes and URIs
 T ExpressionClauseSupport.xpath(String text, Class<?> resultType, Namespaces namespaces)
          Evaluates an XPath expression with the specified result type and set of namespace prefixes and URIs
 T ExpressionClause.xpath(String text, Class<?> resultType, Namespaces namespaces, String headerName)
          Evaluates an XPath expression with the specified result type and set of namespace prefixes and URIs on the supplied header name's contents
 T ExpressionClauseSupport.xpath(String text, Class<?> resultType, Namespaces namespaces, String headerName)
          Evaluates an XPath expression with the specified result type and set of namespace prefixes and URIs on the supplied header name's contents
 T ExpressionClause.xpath(String text, Namespaces namespaces)
          Evaluates an XPath expression with the specified set of namespace prefixes and URIs
 T ExpressionClauseSupport.xpath(String text, Namespaces namespaces)
          Evaluates an XPath expression with the specified set of namespace prefixes and URIs
 T ExpressionClause.xquery(String text, Class<?> resultType, Namespaces namespaces)
          Evaluates an XQuery expression with the specified result type and set of namespace prefixes and URIs
 T ExpressionClauseSupport.xquery(String text, Class<?> resultType, Namespaces namespaces)
          Evaluates an XQuery expression with the specified result type and set of namespace prefixes and URIs
 T ExpressionClause.xquery(String text, Class<?> resultType, Namespaces namespaces, String headerName)
          Evaluates an XQuery expression with the specified result type
 T ExpressionClauseSupport.xquery(String text, Class<?> resultType, Namespaces namespaces, String headerName)
          Evaluates an XQuery expression with the specified result type and set of namespace prefixes and URIs
 T ExpressionClause.xquery(String text, Namespaces namespaces)
          Evaluates an XQuery expression with the specified set of namespace prefixes and URIs
 T ExpressionClauseSupport.xquery(String text, Namespaces namespaces)
          Evaluates an XQuery expression with the specified set of namespace prefixes and URIs
 

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

Methods in org.apache.camel.builder.xml that return Namespaces
 Namespaces Namespaces.add(Element element)
           
 Namespaces Namespaces.add(String prefix, String uri)
           
 

Methods in org.apache.camel.builder.xml with parameters of type Namespaces
 XPathBuilder XPathBuilder.namespaces(Namespaces namespaces)
          Registers namespaces with the builder so that the registered prefixes can be used in XPath expressions
 



Apache Camel