com.servingxml.expr.saxpath
Class SlashPathEntry

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

public class SlashPathEntry
extends java.lang.Object
implements PathEntry


Constructor Summary
SlashPathEntry()
           
SlashPathEntry(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

SlashPathEntry

public SlashPathEntry()

SlashPathEntry

public SlashPathEntry(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