com.servingxml.expr.saxpath
Class PredicateAttribute

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

public class PredicateAttribute
extends PredicateTerm


Field Summary
 
Fields inherited from interface com.servingxml.expr.saxpath.Predicate
ALWAYS_TRUE
 
Constructor Summary
PredicateAttribute(Name name)
           
 
Method Summary
 Result evaluate(SaxPath path, Record parameters)
           
 java.lang.String stringValue(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

PredicateAttribute

public PredicateAttribute(Name name)
Method Detail

evaluate

public Result evaluate(SaxPath path,
                       Record parameters)

stringValue

public java.lang.String stringValue(SaxPath path,
                                    Record parameters)