Interface Summary | |
---|---|
CurrentNodeListFilter | |
DOMBuilder | |
ExtendedSAX | |
Filter | |
StripWhitespaceFilter |
Class Summary | |
---|---|
AbsoluteIterator | Absolute iterators ignore the node that is passed to setStartNode(). |
AdaptiveResultTreeImpl | AdaptiveResultTreeImpl is a adaptive DOM model for result tree fragments (RTF). |
AnyNodeCounter | |
BitArray | |
CachedNodeListIterator | CachedNodeListIterator is used for select expressions in a variable or parameter. |
ClonedNodeListIterator | A ClonedNodeListIterator is returned by the cloneIterator() method of a CachedNodeListIterator. |
CollatorFactoryBase | |
CurrentNodeListIterator | Iterators of this kind use a CurrentNodeListFilter to filter a subset of nodes from a source iterator. |
DocumentCache | |
DocumentCache.CachedDocument | |
DOMAdapter | |
DOMWSFilter |
A wrapper class that adapts the
DTMWSFilter interface to the XSLTC
DOM StripFilter interface. |
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.) |
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 | |
SAXImpl | SAXImpl is the core model for SAX input source. |
SAXImpl.NamespaceAttributeIterator | Iterator that returns attributes within a given namespace for a node. |
SAXImpl.NamespaceChildrenIterator | Iterator that returns children within a given namespace for a given node. |
SAXImpl.NamespaceWildcardIterator |
Iterator that handles node tests that test for a namespace, but have
a wild card for the local name of the node, i.e., node tests of the
form |
SAXImpl.TypedNamespaceIterator | Iterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID. |
SimpleResultTreeImpl | This class represents a light-weight DOM model for simple result tree fragment(RTF). |
SimpleResultTreeImpl.SimpleIterator | The SimpleIterator is designed to support the nodeset() extension function. |
SimpleResultTreeImpl.SingletonIterator | The SingletonIterator is used for the self axis. |
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 |
XSLTCDTMManager | The default implementation for the DTMManager. |