com.jclark.xsl.expr
Interface Pattern

All Known Subinterfaces:
PathPattern, TopLevelPattern
All Known Implementing Classes:
AlternativesPattern, AnyElementOrAttributeTest, ElementOrAttributeTest, InheritPattern, NamespaceTest, PathPatternBase

public interface Pattern


Method Summary
 boolean matches(Node node, ExprContext context)
           
 

Method Detail

matches

public boolean matches(Node node,
                       ExprContext context)
                throws XSLException
XSLException