com.jclark.xsl.expr

Interface TopLevelPattern

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

Method Detail

getAlternatives

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