Uses of Interface
org.jaxen.expr.Step

Packages that use Step
org.jaxen.expr Interfaces and default implementations for XPath expression components. 
org.jaxen.pattern Defines XSLT Pattern objects. 
 

Uses of Step in org.jaxen.expr
 

Classes in org.jaxen.expr that implement Step
 class DefaultAllNodeStep
           
 class DefaultCommentNodeStep
           
 class DefaultNameStep
          Expression object that represents any flavor of name-test steps within an XPath.
 class DefaultProcessingInstructionNodeStep
           
 class DefaultStep
           
 class DefaultTextNodeStep
           
 

Methods in org.jaxen.expr that return Step
 Step XPathFactory.createNameStep(int axis, String prefix, String localName)
           
 Step XPathFactory.createAllNodeStep(int axis)
           
 Step XPathFactory.createCommentNodeStep(int axis)
           
 Step XPathFactory.createTextNodeStep(int axis)
           
 Step XPathFactory.createProcessingInstructionNodeStep(int axis, String name)
           
 Step DefaultXPathFactory.createNameStep(int axis, String prefix, String localName)
           
 Step DefaultXPathFactory.createTextNodeStep(int axis)
           
 Step DefaultXPathFactory.createCommentNodeStep(int axis)
           
 Step DefaultXPathFactory.createAllNodeStep(int axis)
           
 Step DefaultXPathFactory.createProcessingInstructionNodeStep(int axis, String piName)
           
 

Methods in org.jaxen.expr with parameters of type Step
 void LocationPath.addStep(Step step)
           
 

Uses of Step in org.jaxen.pattern
 

Methods in org.jaxen.pattern with parameters of type Step
protected static LocationPathPattern PatternParser.convertStep(LocationPathPattern path, Step step)
           
protected static boolean PatternParser.navigationStep(Step step)
           
 



Copyright © 2002 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo