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

Packages that use ContextNodeList
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.stree Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan -- derived nodes can index the children, and, combined with specialized node iterators (and tree walkers) can provide optimal child retrieval. 
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 XStatement
          Represents a JDBC query statement.
 

Uses of ContextNodeList in org.apache.xalan.stree
 

Classes in org.apache.xalan.stree that implement ContextNodeList
 class IndexedLocPathIterator
          **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 IndexedUnionPathIterator
          **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.
 

Uses of ContextNodeList in org.apache.xalan.transformer
 

Classes in org.apache.xalan.transformer that implement ContextNodeList
 class KeyIterator
           
 

Uses of ContextNodeList in org.apache.xpath
 

Classes in org.apache.xpath that implement ContextNodeList
 class NodeSet
          **For advanced use only** The NodeSet class can act as either a NodeVector, NodeList, or NodeIterator.
 

Methods in org.apache.xpath that return ContextNodeList
 ContextNodeList XPathContext.getContextNodeList()
          **For advanced use only** 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 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.