BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.apache.xpath.axes.AxesWalker

Packages that use AxesWalker
weblogic.apache.xalan.transformer   
weblogic.apache.xpath.axes   
 

Uses of AxesWalker in weblogic.apache.xalan.transformer
 

Subclasses of AxesWalker in weblogic.apache.xalan.transformer
 class KeyWalker
           Walker for a Key() function.
 

Uses of AxesWalker in weblogic.apache.xpath.axes
 

Subclasses of AxesWalker in weblogic.apache.xpath.axes
 class AncestorOrSelfWalker
          Walker for the 'ancestor-or-self' axes.
 class AncestorWalker
          Walker for the 'ancestor' axes.
 class AttributeWalker
          Walker for the 'attribute' axes.
 class AttributeWalkerOneStep
           This walker should be used when the walker is at the end of a location path, or is the only step.
 class ChildWalker
          Walker for the 'child' axes.
 class ChildWalkerMultiStep
           A child walker multistep is created while only child steps are found.
 class ChildWalkerOneStep
           Walker to use when we only have one step, but it has a predicate.
 class DescendantOrSelfWalker
          Walker for the 'descendant-or-self' axes.
 class DescendantWalker
          Walker for the 'descendant' axes.
 class FilterExprWalker
          Walker for the OP_VARIABLE, or OP_EXTFUNCTION, or OP_FUNCTION, or OP_GROUP, op codes.
 class FollowingSiblingWalker
          Walker for the 'following-sibling' axes.
 class FollowingWalker
          Walker for the 'following' axes.
 class NamespaceWalker
          Walker for the 'namespace' axes.
 class ParentWalker
          Walker for the 'parent' axes.
 class PrecedingSiblingWalker
          Walker for the 'preceding-sibling' axes.
 class PrecedingWalker
          Walker for the 'preceding' axes.
 class ReverseAxesWalker
          Walker for a reverse axes.
 class RootWalker
          Walker for the FROM_ROOT 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.
 class SelfWalker
          Walker for the 'self' axes.
 class SelfWalkerOneStep
           Class SelfWalkerOneStep
 

Fields in weblogic.apache.xpath.axes declared as AxesWalker
protected  AxesWalker LocPathIterator.m_lastUsedWalker
          The last used step walker in the walker list.
protected  AxesWalker LocPathIterator.m_firstWalker
          The head of the step walker list.
protected  AxesWalker AxesWalker.m_nextWalker
          The next walker in the location step chain.
 

Methods in weblogic.apache.xpath.axes that return AxesWalker
 AxesWalker LocPathIterator.getFirstWalker()
           Get the head of the walker list.
 AxesWalker LocPathIterator.getLastUsedWalker()
           Get the last used walker.
 AxesWalker AxesWalker.getNextWalker()
          Get the next walker in the location step chain.
 AxesWalker AxesWalker.getPrevWalker()
          Get the previous walker reference in the location step chain.
 

Methods in weblogic.apache.xpath.axes with parameters of type AxesWalker
 void LocPathIterator.setLastUsedWalker(AxesWalker walker)
           Set the last used walker.
 void LocPathIterator.addToWaitList(AxesWalker walker)
           Add a walker to the waiting list.
 void LocPathIterator.removeFromWaitList(AxesWalker walker)
           Remove a walker from the waiting list.
 void AxesWalker.setNextWalker(AxesWalker walker)
          Set the next walker in the location step chain.
 void AxesWalker.setPrevWalker(AxesWalker walker)
          Set or clear the previous walker reference in the location step chain.
protected  boolean AxesWalker.checkOKToTraverse(AxesWalker prevStepWalker, AxesWalker testWalker, org.w3c.dom.Node currentTestNode, int nextLevelAmount)
          Tell if it's OK to traverse to the next node, following document order, or if the walker should wait for a condition to occur.
 


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.