com.jclark.xsl.expr

Class InheritPattern

Implemented Interfaces:
Pattern

(package private) class InheritPattern
extends java.lang.Object
implements Pattern

Constructor Summary

InheritPattern(Pattern p)

Method Summary

boolean
matches(Node node, ExprContext context)

Constructor Details

InheritPattern

(package private)  InheritPattern(Pattern p)

Method Details

matches

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