org.apache.camel.model.language
Class VtdXmlExpression

java.lang.Object
  extended by org.apache.camel.model.language.ExpressionDefinition
      extended by org.apache.camel.model.language.NamespaceAwareExpression
          extended by org.apache.camel.model.language.VtdXmlExpression
All Implemented Interfaces:
Expression, Predicate, NamespaceAware

public class VtdXmlExpression
extends NamespaceAwareExpression

For VTD-XML (fast and efficient XPath) expressions and predicates

Version:

Constructor Summary
VtdXmlExpression()
           
VtdXmlExpression(String expression)
           
 
Method Summary
 String getLanguage()
           
 
Methods inherited from class org.apache.camel.model.language.NamespaceAwareExpression
configureExpression, configureNamespaceAware, configurePredicate, getNamespaces, setNamespaces
 
Methods inherited from class org.apache.camel.model.language.ExpressionDefinition
assertMatches, createExpression, createExpression, createPredicate, createPredicate, evaluate, evaluate, getExpression, getExpressionType, getExpressionValue, getId, getLabel, getLabel, getPredicate, getTrim, isTrim, matches, setExpression, setExpressionType, setExpressionValue, setId, setProperty, setTrim, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VtdXmlExpression

public VtdXmlExpression()

VtdXmlExpression

public VtdXmlExpression(String expression)
Method Detail

getLanguage

public String getLanguage()
Overrides:
getLanguage in class ExpressionDefinition


Apache Camel