com.jclark.xsl.expr
Interface Pattern

All Known Subinterfaces:
PathPattern, TopLevelPattern

public interface Pattern

an XPATH (XSLT) match pattern


Method Summary
 boolean matches(Node node, ExprContext context)
          return true if the given node matches this pattern when evaluated in the given ExpressionContext
 

Method Detail

matches

public boolean matches(Node node,
                       ExprContext context)
                throws XSLException
return true if the given node matches this pattern when evaluated in the given ExpressionContext