|
Class Summary |
| XNodeCache |
Extends Hashtable as a cache for XNode objects. |
| XNodeCatalog |
Creates a List containing XNodeIDs of all XNodes in the
current XNodeStore. |
| XNodeCollectionFactoryImpl |
This extends XNodeFactoryImpl, implementing the XNodeCollectionFactory
API, providing a factory for creating both XNodes and XNodeCollections. |
| XNodeCollectionImpl |
XNodeCollectionImpl implements XNodeCollection,
an interface for a collection of XNodes, with methods also supporting a
hierarchy of XNodeCollections. |
| XNodeFactoryImpl |
Provides an implementation of the XNodeFactory API as a factory
for creating XNode objects. |
| XNodeIDFactory |
A factory for creating XNodeIDs and XNodeLinks. |
| XNodeImpl |
An implementation of the XNode API, which acts as a container
for XML content by providing an envelope element and metadata
attributes such as a node ID, a creation timestamp, etc. |
| XNodeMetadataUtils |
A class containing static methods used for obtaining XNode metadata. |
| XNodeRevisionImpl |
Provides an implementation of the XNodeRevision API as a struct
representation of an XNode revision. |
| XNodeRevisionManagerImpl |
Provides an implementation of the XNodeStore API as a database manager for
XNode (XML Node) content. |
| XNodeStoreChangeCache |
Backed by a Stack, acts as a list of XNodeStoreEvents
received by an XNodeStoreListener attached to the
XNodeStore. |
| XNodeStoreImpl |
Provides an implementation of the XNodeStore API as a database manager for
XNode (XML Node) content. |
| XNodeUtils |
Provides some static XNode utility methods. |