Uses of Class
org.apache.xpath.axes.ChildWalkerMultiStep

Packages that use ChildWalkerMultiStep
org.apache.xpath.axes Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. 
 

Uses of ChildWalkerMultiStep in org.apache.xpath.axes
 

Subclasses of ChildWalkerMultiStep in org.apache.xpath.axes
 class RootWalkerMultiStep
          This class extends ChildWalkerMultiStep to handle the root step of patterns such as "/foo/baz" where the first step is the root, and the rest of the steps are simple child steps.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.