org.dspace.adapters.rdf
Interface Adapter
- All Known Implementing Classes:
- DSpaceCollectionAdapter, DSpaceCommunityAdapter, DSpaceItemAdapter, DSpaceObjectAdapter, DSpaceSiteAdapter
public interface Adapter
handle
void handle(DSpaceObject object)
throws org.openrdf.rio.RDFHandlerException
- Generic RDF generation for DSpaceObject, should be overridden in upstream
implementations.
- Parameters:
object -
- Throws:
SAXException
org.openrdf.rio.RDFHandlerException
handleChildren
void handleChildren(DSpaceObject object)
throws org.openrdf.rio.RDFHandlerException
- Parameters:
object -
- Throws:
org.openrdf.rio.RDFHandlerException
handleNamespaces
void handleNamespaces()
throws org.openrdf.rio.RDFHandlerException
- Throws:
org.openrdf.rio.RDFHandlerException
render
void render(DSpaceObject object)
throws org.openrdf.rio.RDFHandlerException
- Parameters:
object -
- Throws:
org.openrdf.rio.RDFHandlerException
Copyright © 2008 The DSpace Foundation. All Rights Reserved.