BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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

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

Uses of PredicatedNodeTest in weblogic.apache.xalan.transformer
 

Subclasses of PredicatedNodeTest in weblogic.apache.xalan.transformer
 class KeyIterator
           This class implements an optimized iterator for "key()" patterns.
 class KeyRefIterator
           This class implements an optimized iterator for "key()" patterns.
 class KeyWalker
           Walker for a Key() function.
 

Uses of PredicatedNodeTest in weblogic.apache.xpath.axes
 

Subclasses of PredicatedNodeTest in weblogic.apache.xpath.axes
 class AncestorOrSelfWalker
          Walker for the 'ancestor-or-self' axes.
 class AncestorWalker
          Walker for the 'ancestor' axes.
 class AttributeIterator
           This class implements an optimized iterator for attribute axes patterns.
 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 AxesWalker
          Serves as common interface for axes Walkers, and stores common state variables.
 class ChildIterator
           This class implements an optimized iterator for "node()" patterns, that is, any children of the context node.
 class ChildTestIterator
           This class implements an optimized iterator for children patterns that have a node test, and possibly a predicate.
 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 DescendantIterator
           This class implements an optimized iterator for descendant, descendant-or-self, or "//foo" patterns.
 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 LocPathIterator
           This class extends NodeSet, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath
 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
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

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