Uses of Class
org.apache.xpath.patterns.StepPattern

Packages that use StepPattern
org.apache.xpath.patterns Implementation of XPath nodeTest support, and XSLT pattern matching support. 
 

Uses of StepPattern in org.apache.xpath.patterns
 

Subclasses of StepPattern in org.apache.xpath.patterns
 class AncestorStepPattern
           
 class FunctionPattern
           
 

Methods in org.apache.xpath.patterns that return StepPattern
 StepPattern[] UnionPattern.getPatterns()
           
 

Methods in org.apache.xpath.patterns with parameters of type StepPattern
 void StepPattern.setRelativePathPattern(StepPattern expr)
           
 void UnionPattern.setPatterns(StepPattern[] patterns)
           
 



Copyright © 2000 Apache XML Project. All Rights Reserved.