com.jclark.xsl.expr
Class InheritPattern

java.lang.Object
  extended by com.jclark.xsl.expr.InheritPattern
All Implemented Interfaces:
Pattern

 class InheritPattern
extends java.lang.Object
implements Pattern


Constructor Summary
InheritPattern(Pattern p)
           
 
Method Summary
 boolean matches(Node node, ExprContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InheritPattern

InheritPattern(Pattern p)
Method Detail

matches

public boolean matches(Node node,
                       ExprContext context)
                throws XSLException
Specified by:
matches in interface Pattern
Throws:
XSLException