Uses of Class
org.apache.xpath.patterns.NodeTest

Packages that use NodeTest
org.apache.xalan.lib.sql Provides extension functions for connecting to a JDBC data source, executing a query, and working incrementally through "streamable" result set. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xpath.axes Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. 
org.apache.xpath.patterns Implementation of XPath nodeTest support, and XSLT pattern matching support. 
 

Uses of NodeTest in org.apache.xalan.lib.sql
 

Methods in org.apache.xalan.lib.sql that return NodeTest
 NodeTest StreamableNode.getNodeTest()
           
 

Methods in org.apache.xalan.lib.sql with parameters of type NodeTest
 void StreamableNode.setNodeTest(NodeTest nodeTest)
           
 

Uses of NodeTest in org.apache.xalan.transformer
 

Subclasses of NodeTest in org.apache.xalan.transformer
 class KeyWalker
           
 

Uses of NodeTest in org.apache.xpath.axes
 

Subclasses of NodeTest in org.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
           
 class AxesWalker
          Serves as common interface for axes Walkers, and stores common state variables.
 class ChildWalker
          Walker for the 'child' axes.
 class ChildWalkerMultiStep
          **For internal use only** Class ChildWalkerMultiStep
 class ChildWalkerOneStep
           
 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 SelfWalker
          Walker for the 'self' axes.
 class SelfWalkerOneStep
          **For internal use only** Class SelfWalkerOneStep
 

Uses of NodeTest in org.apache.xpath.patterns
 

Subclasses of NodeTest in org.apache.xpath.patterns
 class AncestorStepPattern
           
 class FunctionPattern
           
 class StepPattern
           
 

Methods in org.apache.xpath.patterns with parameters of type NodeTest
 void NodeTestFilter.setNodeTest(NodeTest nodeTest)
           
 



Copyright © 2000 Apache XML Project. All Rights Reserved.