com.jclark.xsl.expr
Interface TopLevelPattern

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

public interface TopLevelPattern
extends Pattern

an XPath top level match pattern?


Method Summary
 PathPattern[] getAlternatives()
          may represent an "or" grouping, so we allow them to be broken out and dealt with separately
 
Methods inherited from interface com.jclark.xsl.expr.Pattern
matches
 

Method Detail

getAlternatives

PathPattern[] getAlternatives()
may represent an "or" grouping, so we allow them to be broken out and dealt with separately