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 |
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
- Throws:
XSLException