-
Interface Summary
| Interface |
Description |
| IncrementalSAXSource |
IncrementalSAXSource is an API that delivers a small number of
SAX events each time a request is made from a "controller"
coroutine.
|
-
Class Summary
| Class |
Description |
| CoroutineManager |
Support the coroutine design pattern.
|
| DTMAxisIteratorBase |
This class serves as a default base for implementations of mutable
DTMAxisIterators.
|
| DTMAxisIterNodeList |
DTMAxisNodeList gives us an implementation of the DOM's
NodeList interface wrapped around a DTM Iterator.
|
| DTMChildIterNodeList |
DTMNodeList gives us an implementation of the DOM's
NodeList interface wrapped around a DTM Iterator.
|
| DTMDefaultBase |
The DTMDefaultBase class serves as a helper base for DTMs.
|
| DTMDefaultBaseIterators |
This class implements the traversers for DTMDefaultBase.
|
| DTMDefaultBaseTraversers |
This class implements the traversers for DTMDefaultBase.
|
| DTMDocumentImpl |
This is the implementation of the DTM document interface.
|
| DTMManagerDefault |
The default implementation for the DTMManager.
|
| DTMNamedNodeMap |
DTMNamedNodeMap is a quickie (as opposed to quick) implementation of the DOM's
NamedNodeMap interface, intended to support DTMProxy's getAttributes()
call.
|
| DTMNodeIterator |
DTMNodeIterator gives us an implementation of the
DTMNodeIterator which returns DOM nodes.
|
| DTMNodeList |
DTMNodeList gives us an implementation of the DOM's
NodeList interface wrapped around a DTM Iterator.
|
| DTMNodeListBase |
DTMNodeList gives us an implementation of the DOM's
NodeList interface wrapped around a DTM Iterator.
|
| DTMNodeProxy |
DTMNodeProxy presents a DOM Node API front-end to the DTM model.
|
| DTMStringPool |
DTMStringPool is an "interning" mechanism for strings.
|
| DTMTreeWalker |
This class does a pre-order walk of the DTM tree, calling a ContentHandler
interface as it goes.
|
| ExpandedNameTable |
This is a default implementation of a table that manages mappings from
expanded names to expandedNameIDs.
|
| ExtendedType |
The class ExtendedType represents an extended type object used by
ExpandedNameTable.
|
| IncrementalSAXSource_Filter |
IncrementalSAXSource_Filter implements IncrementalSAXSource, using a
standard SAX2 event source as its input and parcelling out those
events gradually in reponse to deliverMoreNodes() requests.
|
| NodeLocator |
NodeLocator maintains information on an XML source
node.
|