Uses of Class
com.werken.xpath.impl.Step

Packages that use Step
com.werken.xpath.impl Contains implementation classes for evaluating XPath components 
com.werken.xpath.parser Contains generated Java classes from the antlr grammar. 
 

Uses of Step in com.werken.xpath.impl
 

Subclasses of Step in com.werken.xpath.impl
 class AbbrStep
           
 class NameTestStep
           
 class NodeTypeStep
           
 class ParentStep
           
 class PIStep
           
 class SelfStep
           
 class UnAbbrStep
           
 

Methods in com.werken.xpath.impl that return Step
 Step UnAbbrStep.addPredicate(Predicate pred)
           
 

Methods in com.werken.xpath.impl with parameters of type Step
 LocationPath LocationPath.addStep(Step step)
           
 

Uses of Step in com.werken.xpath.parser
 

Methods in com.werken.xpath.parser that return Step
 Step XPathRecognizer.abbr_step()
           
 Step XPathRecognizer.special_step(java.lang.String axis)
           
 Step XPathRecognizer.step()
           
 



Copyright ? 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.