com.servingxml.expr.saxpath
Class NamePathEntry

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

public class NamePathEntry
extends java.lang.Object
implements PathEntry


Constructor Summary
NamePathEntry(int nameId)
           
NamePathEntry(int nameId, PathEntry parent)
           
 
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

NamePathEntry

public NamePathEntry(int nameId)

NamePathEntry

public NamePathEntry(int nameId,
                     PathEntry parent)
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