public class DataCiteXMLCreator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
CROSSWALK_NAME
Name of crosswalk to convert metadata into DataCite Metadata Scheme.
|
protected DisseminationCrosswalk |
xwalk
DisseminationCrosswalk to map local metadata into DataCite metadata.
|
| Constructor and Description |
|---|
DataCiteXMLCreator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getXMLString(DSpaceObject dso) |
protected void |
prepareXwalk() |
void |
setDisseminationCrosswalkName(String CROSSWALK_NAME)
Set the name of the dissemination crosswalk used to convert the metadata
into DataCite Metadata Schema.
|
protected String CROSSWALK_NAME
protected DisseminationCrosswalk xwalk
setDisseminationCrosswalk which instantiates the crosswalk.public String getXMLString(DSpaceObject dso)
public void setDisseminationCrosswalkName(String CROSSWALK_NAME)
CROSSWALK_NAME - The name of the dissemination crosswalk to use.protected void prepareXwalk()
Copyright © 2014 DuraSpace. All Rights Reserved.