com.jclark.xsl.expr

Interface PathPattern

All Superinterfaces:
Pattern
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 Details

getDefaultPriority

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