Class MetadataExporter

java.lang.Object
org.dspace.administer.MetadataExporter

public class MetadataExporter extends Object
Author:
Graham Triggs This class creates an XML document as passed in the arguments and from the metadata schemas for the repository. The form of the XML is as follows <metadata-schemas> <schema> <name>dc</name> <namespace>http://dublincore.org/documents/dcmi-terms/</namespace> </schema> </metadata-schemas>