| Interface | Description |
|---|---|
| [source] CurrentNodeListFilter | |
| [source] DOMBuilder | |
| [source] ExtendedSAX | |
| [source] Filter | |
| [source] StripWhitespaceFilter |
| Class | Description |
|---|---|
| [source] AbsoluteIterator |
Absolute iterators ignore the node that is passed to setStartNode().
|
| [source] AdaptiveResultTreeImpl |
AdaptiveResultTreeImpl is a adaptive DOM model for result tree fragments (RTF).
|
| [source] AnyNodeCounter | |
| [source] AnyNodeCounter.DefaultAnyNodeCounter | |
| [source] BitArray | |
| [source] CachedNodeListIterator |
CachedNodeListIterator is used for select expressions in a
variable or parameter.
|
| [source] ClonedNodeListIterator |
A ClonedNodeListIterator is returned by the cloneIterator() method
of a CachedNodeListIterator.
|
| [source] CollatorFactoryBase | |
| [source] CurrentNodeListIterator |
Iterators of this kind use a CurrentNodeListFilter to filter a subset of
nodes from a source iterator.
|
| [source] DocumentCache | |
| [source] DOMAdapter | |
| [source] DOMWSFilter |
A wrapper class that adapts the
DTMWSFilter interface to the XSLTC
DOM StripFilter interface. |
| [source] DupFilterIterator |
Removes duplicates and sorts a source iterator.
|
| [source] EmptyFilter | |
| [source] FilteredStepIterator |
Extends a StepIterator by adding the ability to filter nodes.
|
| [source] 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).
|
| [source] ForwardPositionIterator | Deprecated
This class exists only for backwards compatibility with old
translets.
|
| [source] KeyIndex |
Stores mappings of key values or IDs to DTM nodes.
|
| [source] LoadDocument | |
| [source] MatchingIterator |
This is a special kind of iterator that takes a source iterator and a
node N.
|
| [source] MultiDOM | |
| [source] MultipleNodeCounter | |
| [source] MultipleNodeCounter.DefaultMultipleNodeCounter | |
| [source] MultiValuedNodeHeapIterator |
MultiValuedNodeHeapIterator takes a set of multi-valued
heap nodes and produces a merged NodeSet in document order with duplicates
removed. |
| [source] NodeCounter | |
| [source] NodeIteratorBase | |
| [source] NodeSortRecord |
Base class for sort records containing application specific sort keys
|
| [source] NodeSortRecordFactory | |
| [source] NthIterator | |
| [source] ObjectFactory |
This class is duplicated for each JAXP subpackage so keep it in sync.
|
| [source] SAXImpl |
SAXImpl is the core model for SAX input source.
|
| [source] SecuritySupport |
This class is duplicated for each Xalan-Java subpackage so keep it in sync.
|
| [source] SecuritySupport12 |
This class is duplicated for each Xalan-Java subpackage so keep it in sync.
|
| [source] SimpleResultTreeImpl |
This class represents a light-weight DOM model for simple result tree fragment(RTF).
|
| [source] SingleNodeCounter | |
| [source] SingleNodeCounter.DefaultSingleNodeCounter | |
| [source] SingletonIterator | |
| [source] SortingIterator | |
| [source] SortSettings |
Class for carrying settings that are to be used for a particular set
of
xsl:sort elements. |
| [source] StepIterator |
A step iterator is used to evaluate expressions like "BOOK/TITLE".
|
| [source] 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
|
| [source] XSLTCDTMManager |
The default implementation for the DTMManager.
|
| Error | Description |
|---|---|
| [source] ObjectFactory.ConfigurationError |
A configuration error.
|