com.servingxml.expr.saxpath
Class PredicateStringLiteral

java.lang.Object
  extended by com.servingxml.expr.saxpath.PredicateTerm
      extended by com.servingxml.expr.saxpath.PredicateStringLiteral
All Implemented Interfaces:
Predicate

public class PredicateStringLiteral
extends PredicateTerm


Field Summary
 
Fields inherited from interface com.servingxml.expr.saxpath.Predicate
ALWAYS_TRUE
 
Constructor Summary
PredicateStringLiteral(java.lang.String s)
           
 
Method Summary
 Result evaluate(SaxPath path, Record parameters)
           
 
Methods inherited from class com.servingxml.expr.saxpath.PredicateTerm
isBinaryOperator, precedence
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PredicateStringLiteral

public PredicateStringLiteral(java.lang.String s)
Method Detail

evaluate

public Result evaluate(SaxPath path,
                       Record parameters)