Uses of Class
org.apache.camel.model.language.XPathExpression.Builder
Packages that use XPathExpression.Builder
Package
Description
-
Uses of XPathExpression.Builder in org.apache.camel.builder
Methods in org.apache.camel.builder that return XPathExpression.Builder -
Uses of XPathExpression.Builder in org.apache.camel.model.language
Methods in org.apache.camel.model.language that return XPathExpression.BuilderModifier and TypeMethodDescriptionXPathExpression.Builder.documentType(Class<?> documentType) Class for document type to useXPathExpression.Builder.documentTypeName(String documentTypeName) Name of class for document typeXPathExpression.Builder.factoryRef(String factoryRef) References to a custom XPathFactory to lookup in the registryXPathExpression.Builder.logNamespaces(boolean logNamespaces) Whether to log namespaces which can assist during troubleshootingXPathExpression.Builder.logNamespaces(String logNamespaces) Whether to log namespaces which can assist during troubleshootingXPathExpression.Builder.objectModel(String objectModel) The XPath object model to useXPathExpression.Builder.preCompile(boolean preCompile) Whether to enable pre-compiling the xpath expression during initialization phase.XPathExpression.Builder.preCompile(String preCompile) Whether to enable pre-compiling the xpath expression during initialization phase.XPathExpression.Builder.resultType(Class<?> resultType) Sets the class of the result type (type from output).XPathExpression.Builder.resultTypeName(String resultTypeName) Sets the class name of the result type (type from output)XPathExpression.Builder.saxon(boolean saxon) Whether to use Saxon.Whether to use Saxon.XPathExpression.Builder.threadSafety(boolean threadSafety) Whether to enable thread-safety for the returned result of the xpath expression.XPathExpression.Builder.threadSafety(String threadSafety) Whether to enable thread-safety for the returned result of the xpath expression.XPathExpression.Builder.xpathFactory(XPathFactory xpathFactory)