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 ParameterizedDisseminationCrosswalk |
xwalk
DisseminationCrosswalk to map local metadata into DataCite metadata.
|
| Constructor and Description |
|---|
DataCiteXMLCreator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getXMLString(Context context,
DSpaceObject dso) |
static void |
main(String[] argv)
Test the operation of this class.
|
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 ParameterizedDisseminationCrosswalk xwalk
setDisseminationCrosswalk which instantiates the crosswalk.public String getXMLString(Context context, DSpaceObject dso)
public void setDisseminationCrosswalkName(String CROSSWALK_NAME)
CROSSWALK_NAME - The name of the dissemination crosswalk to use.protected void prepareXwalk()
Copyright © 2016 DuraSpace. All rights reserved.