com.servingxml.expr.saxpath
Class PredicatePathEntry

java.lang.Object
  extended by com.servingxml.expr.saxpath.PredicatePathEntry
All Implemented Interfaces:
PathEntry

public class PredicatePathEntry
extends java.lang.Object
implements PathEntry


Constructor Summary
PredicatePathEntry(Predicate predicate, PathEntry tail)
           
 
Method Summary
 PathEntry getParent(SaxPath context, Record parameters)
           
 boolean matches(SaxPath context, Record parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PredicatePathEntry

public PredicatePathEntry(Predicate predicate,
                          PathEntry tail)
Method Detail

matches

public boolean matches(SaxPath context,
                       Record parameters)
Specified by:
matches in interface PathEntry

getParent

public PathEntry getParent(SaxPath context,
                           Record parameters)
Specified by:
getParent in interface PathEntry