com.jclark.xsl.expr
Interface TopLevelPattern

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

public interface TopLevelPattern
extends Pattern


Method Summary
 PathPattern[] getAlternatives()
           
 
Methods inherited from interface com.jclark.xsl.expr.Pattern
matches
 

Method Detail

getAlternatives

PathPattern[] getAlternatives()