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
          **For advanced use only** Implements a match pattern step that tests an ancestor.
 class FunctionPattern
          **For advanced use only** Match pattern step that contains a function.
 

Methods in org.apache.xpath.patterns that return StepPattern
 StepPattern[] UnionPattern.getPatterns()
          Get the contained step patterns to be tested.
 

Methods in org.apache.xpath.patterns with parameters of type StepPattern
 void StepPattern.setRelativePathPattern(StepPattern expr)
          Set the reference to nodetest and predicate for parent or ancestor.
 void UnionPattern.setPatterns(StepPattern[] patterns)
          Set the contained step patterns to be tested.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.