Uses of Interface
com.jclark.xsl.expr.PathPattern

Packages that use PathPattern
com.jclark.xsl.expr Expression parsing and evaluation  
 

Uses of PathPattern in com.jclark.xsl.expr
 

Methods in com.jclark.xsl.expr that return PathPattern
 PathPattern[] TopLevelPattern.getAlternatives()
          may represent an "or" grouping, so we allow them to be broken out and dealt with separately
 

Methods in com.jclark.xsl.expr with parameters of type PathPattern
 void PatternList.add(PathPattern pp, java.lang.Object obj)
          add the pattern and object (a template rule) to the collection(s) of patterns this manages