BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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

Packages that use StepPattern
weblogic.apache.xpath.compiler   
weblogic.apache.xpath.patterns   
 

Uses of StepPattern in weblogic.apache.xpath.compiler
 

Methods in weblogic.apache.xpath.compiler that return StepPattern
protected  StepPattern Compiler.stepPattern(int opPos, int stepCount, StepPattern ancestorPattern)
          Compile a step pattern unit expression, used for both location paths and match patterns.
 

Methods in weblogic.apache.xpath.compiler with parameters of type StepPattern
protected  StepPattern Compiler.stepPattern(int opPos, int stepCount, StepPattern ancestorPattern)
          Compile a step pattern unit expression, used for both location paths and match patterns.
 

Uses of StepPattern in weblogic.apache.xpath.patterns
 

Subclasses of StepPattern in weblogic.apache.xpath.patterns
 class AncestorStepPattern
           Implements a match pattern step that tests an ancestor.
 class FunctionPattern
           Match pattern step that contains a function.
 

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

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


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.