com.jclark.xsl.expr
Interface TopLevelPattern

All Superinterfaces:
Pattern

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

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