public class StructBuilder
extends java.lang.Object
| Constructor and Description |
|---|
StructBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getStringValue(org.w3c.dom.Node node)
Return the String value of a Node
|
static void |
main(java.lang.String[] argv)
Main method to be run from the command line to import a structure into
DSpace
This is of the form:
StructBuilder -f [xml source] -e [administrator email] -o [output file]
The output file will contain exactly the same as the source xml document, but
with the handle for each imported item added as an attribute.
|
public static void main(java.lang.String[] argv)
throws java.lang.Exception
java.lang.Exceptionpublic static java.lang.String getStringValue(org.w3c.dom.Node node)
node - the node from which we want to extract the string valueCopyright © 2018 DuraSpace. All Rights Reserved.