|
Class Summary |
| AbstractAdapter |
This is the abstract adapter containing all the common elements between
the three types of adapters: item, container, and repository. |
| ContainerAdapter |
This is an adapter which translates DSpace containers
(communities & collections) into METS documents. |
| DSpaceObjectManager |
The Wing ObjectManager implemented specificaly for DSpace. |
| ItemAdapter |
This is an adapter which translate a DSpace item into a METS document
following the DSpace METS profile, err well mostly. |
| RepositoryAdapter |
This is an an adapter which translates a DSpace repository into a METS
document. |
| SAXFilter |
This is a Swiss army like SAX Filter, its purpose is to filter out
undesirable SAX events from the stream. |