com.jclark.xsl.expr
Interface PathPattern

All Superinterfaces:
Pattern
All Known Implementing Classes:
AttributeTest, ElementTest, FilterPattern, IdPattern, KeyPattern, NamespaceAttributeTest, NamespaceElementTest, NodeTypeTest, ParentPattern, PathPatternBase, ProcessingInstructionTest

public interface PathPattern
extends Pattern

a compiled XPath expression which has an XSLT match priority


Method Summary
 int getDefaultPriority()
          priority when used in XSLT template match pattern
 
Methods inherited from interface com.jclark.xsl.expr.Pattern
matches
 

Method Detail

getDefaultPriority

int getDefaultPriority()
priority when used in XSLT template match pattern