com.servingxml.expr.saxpath
Interface PathEntry

All Known Implementing Classes:
NamePathEntry, PredicatePathEntry, SlashPathEntry, WildcardPathEntry

public interface PathEntry


Method Summary
 PathEntry getParent(SaxPath context, Record parameters)
           
 boolean matches(SaxPath path, Record parameters)
           
 

Method Detail

matches

boolean matches(SaxPath path,
                Record parameters)

getParent

PathEntry getParent(SaxPath context,
                    Record parameters)