Uses of Interface
org.apache.xpath.axes.ContextNodeList

Packages that use ContextNodeList
org.apache.xalan.lib.sql **Experimental** 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 Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. 
org.apache.xpath.axes Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. 
 

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

Classes in org.apache.xalan.lib.sql that implement ContextNodeList
 class ExtensionError
          A base class that will convert an exception into an XML stream that can be returned in place of the standard result.
 class SQLExtensionError
          Title:
 class XStatement
          Represents a JDBC query statement.
 

Uses of ContextNodeList in org.apache.xalan.transformer
 

Classes in org.apache.xalan.transformer that implement ContextNodeList
 class KeyIterator
          **For internal use only** This class implements an optimized iterator for "key()" patterns.
 class KeyRefIterator
          **For internal use only** This class implements an optimized iterator for "key()" patterns.
 

Uses of ContextNodeList in org.apache.xpath
 

Classes in org.apache.xpath that implement ContextNodeList
 class NodeSet
          **For advanced use only**
 

Methods in org.apache.xpath that return ContextNodeList
 ContextNodeList XPathContext.getContextNodeList()
          Get the current context node list.
 

Methods in org.apache.xpath with parameters of type ContextNodeList
 void XPathContext.pushContextNodeList(ContextNodeList nl)
          **For internal use only** Set the current context node list.
 

Uses of ContextNodeList in org.apache.xpath.axes
 

Classes in org.apache.xpath.axes that implement ContextNodeList
 class AttributeIterator
          **For advanced use only** This class implements an optimized iterator for attribute axes patterns.
 class ChildIterator
          **For advanced use only** This class implements an optimized iterator for "node()" patterns, that is, any children of the context node.
 class ChildTestIterator
          **For advanced use only** This class implements an optimized iterator for children patterns that have a node test, and possibly a predicate.
 class DescendantIterator
          **For advanced use only** This class implements an optimized iterator for descendant, descendant-or-self, or "//foo" patterns.
 class LocPathIterator
          **For advanced use only** This class extends NodeSet, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath
 class UnionPathIterator
          **For advanced use only** This class extends NodeSet, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath UnionExpr.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.