Uses of Class
org.apache.xpath.axes.UnionPathIterator

Packages that use UnionPathIterator
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. 
 

Uses of UnionPathIterator in org.apache.xalan.stree
 

Subclasses of UnionPathIterator in org.apache.xalan.stree
 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.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.