com.jclark.xsl.expr
Interface Pattern
- PathPattern, TopLevelPattern
- AlternativesPattern, AnyElementOrAttributeTest, AttributeTest, ElementOrAttributeTest, ElementTest, FilterPattern, IdPattern, InheritPattern, KeyPattern, NamespaceAttributeTest, NamespaceElementTest, NamespaceTest, NodeTypeTest, ParentPattern, PathPatternBase, ProcessingInstructionTest
an XPATH (XSLT) match pattern
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