Package org.apache.xalan.xsltc.dom

Interface Summary
Axis  
CurrentNodeListFilter  
DOMBuilder  
ExtendedSAX  
Filter  
StripWhitespaceFilter  
 

Class Summary
AbsoluteIterator Absolute iterators ignore the node that is passed to setStartNode().
AnyNodeCounter  
BitArray  
CurrentNodeListIterator Iterators of this kind use a CurrentNodeListFilter to filter a subset of nodes from a source iterator.
DocumentCache  
DOMAdapter  
DOMImpl  
DTDMonitor  
DupFilterIterator Removes duplicates and sorts a source iterator.
EmptyFilter  
FilteredStepIterator Extends a StepIterator by adding the ability to filter nodes.
FilterIterator Similar to a CurrentNodeListIterator except that the filter has a simpler interface (only needs the node, no position, last, etc.) It takes a source iterator and a Filter object and returns nodes from the source after filtering them by calling filter.test(node).
ForwardPositionIterator This iterator is a wrapper that always returns the position of a node in document order.
KeyIndex  
LoadDocument  
MatchingIterator This is a special kind of iterator that takes a source iterator and a node N.
MultiDOM  
MultipleNodeCounter  
NodeCounter  
NodeIteratorBase  
NodeSortRecord Base class for sort records containing application specific sort keys
NodeSortRecordFactory  
NthIterator  
SingleNodeCounter  
SingletonIterator  
SortingIterator  
StepIterator A step iterator is used to evaluate expressions like "BOOK/TITLE".
UnionIterator UnionIterator takes a set of NodeIterators and produces a merged NodeSet in document order with duplicates removed The individual iterators are supposed to generate nodes in document order
 



Copyright © 2002 Apache XML Project. All Rights Reserved.