com.jclark.xsl.expr

Interface Pattern

public interface Pattern

an XPATH (XSLT) match pattern
Method Summary
booleanmatches(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)
return true if the given node matches this pattern when evaluated in the given ExpressionContext