Package org.apache.xalan.xsltc.dom
package org.apache.xalan.xsltc.dom
-
ClassDescriptionAbsolute iterators ignore the node that is passed to setStartNode().AdaptiveResultTreeImpl is a adaptive DOM model for result tree fragments (RTF).CachedNodeListIterator is used for select expressions in a variable or parameter.A ClonedNodeListIterator is returned by the cloneIterator() method of a CachedNodeListIterator.Iterators of this kind use a CurrentNodeListFilter to filter a subset of nodes from a source iterator.A wrapper class that adapts the
DTMWSFilter
interface to the XSLTC DOMStripFilter
interface.Removes duplicates and sorts a source iterator.Extends a StepIterator by adding the ability to filter nodes.Similar to a CurrentNodeListIterator except that the filter has a simpler interface (only needs the node, no position, last, etc.)Deprecated.This class exists only for backwards compatibility with old translets.Stores mappings of key values or IDs to DTM nodes.This is a special kind of iterator that takes a source iterator and a node N.MultiValuedNodeHeapIterator
takes a set of multi-valued heap nodes and produces a merged NodeSet in document order with duplicates removed.Base class for sort records containing application specific sort keysSAXImpl is the core model for SAX input source.This class represents a light-weight DOM model for simple result tree fragment(RTF).A step iterator is used to evaluate expressions like "BOOK/TITLE".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 orderThe default implementation for the DTMManager.