org.dspace.app.xmlui.objectmanager |
|
Java Source File Name | Type | Comment |
AbstractAdapter.java | Class | This is the abstract adapter containing all the common elements between
the three types of adapters: item, container, and repository. |
ContainerAdapter.java | Class | This is an adapter which translates DSpace containers
(communities & collections) into METS documents. |
DSpaceObjectManager.java | Class | The Wing ObjectManager implemented specificaly for DSpace. |
ItemAdapter.java | Class | This is an adapter which translate a DSpace item into a METS document
following the DSpace METS profile, err well mostly. |
RepositoryAdapter.java | Class | This is an an adapter which translates a DSpace repository into a METS
document. |
SAXFilter.java | Class | This is a swiss army like SAX Filter, it's purpose is to filter out
undesierable SAX events from the stream. |