com.jclark.xsl.expr
Interface Pattern

All Known Subinterfaces:
PathPattern, TopLevelPattern
All Known Implementing Classes:
AlternativesPattern, AnyElementOrAttributeTest, AttributeTest, ElementOrAttributeTest, ElementTest, FilterPattern, IdPattern, InheritPattern, NamespaceAttributeTest, NamespaceElementTest, NamespaceTest, NodeTypeTest, ParentPattern, PathPatternBase, ProcessingInstructionTest

public interface Pattern


Method Summary
 boolean matches(Node node, ExprContext context)
           
 

Method Detail

matches

boolean matches(Node node,
                ExprContext context)
                throws XSLException
Throws:
XSLException