jd.xml.xslt.trace
Class TracePattern

java.lang.Object
  extended byjd.xml.xslt.pattern.Pattern
      extended byjd.xml.xslt.pattern.ProxyPattern
          extended byjd.xml.xslt.trace.TracePattern

class TracePattern
extends ProxyPattern


Field Summary
 
Fields inherited from class jd.xml.xslt.pattern.ProxyPattern
pattern_
 
Constructor Summary
TracePattern(Tracer tracer, Location location, Pattern pattern, String source)
           
 
Method Summary
 Location getLocation()
           
 boolean match(XPathContext context)
          Test if the context node matches the pattern.
 
Methods inherited from class jd.xml.xslt.pattern.ProxyPattern
accept, calculatePriority, getPattern
 
Methods inherited from class jd.xml.xslt.pattern.Pattern
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TracePattern

public TracePattern(Tracer tracer,
                    Location location,
                    Pattern pattern,
                    String source)
Method Detail

match

public boolean match(XPathContext context)
Description copied from class: Pattern
Test if the context node matches the pattern.

Overrides:
match in class ProxyPattern

getLocation

public Location getLocation()