com.servingxml.expr.saxpath
Class WildcardPathEntry

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

public class WildcardPathEntry
extends java.lang.Object
implements PathEntry


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

Constructor Detail

WildcardPathEntry

public WildcardPathEntry()

WildcardPathEntry

public WildcardPathEntry(PathEntry parent)
Method Detail

matches

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

getParent

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