public class MetsTester
extends java.lang.Object
| Constructor and Description |
|---|
MetsTester()
Constructor for the MetsTester object
|
MetsTester(java.lang.String instanceDocPath)
Constructor for the MetsTester object for an existing METS xml document at
instanceDocPath.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
existingMetsDoc()
Demonstrates how values are inserted into an Existing Mets document.
|
static void |
main(java.lang.String[] args)
The main program for the MetsTester class
|
static void |
newMetsDoc()
Demonstrates how values are inserted into an empty Mets document.
|
public MetsTester()
public MetsTester(java.lang.String instanceDocPath)
instanceDocPath - NOT YET DOCUMENTEDpublic static void existingMetsDoc()
public static void newMetsDoc()
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - The command line argumentsjava.lang.Exception - NOT YET DOCUMENTED