DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.ndr.mets
Class MetsIngester

java.lang.Object
  extended by org.dlese.dpc.standards.asn.NameSpaceXMLDocReader
      extended by org.dlese.dpc.schemedit.ndr.mets.MetsIngester
Direct Known Subclasses:
LibraryDCMetsIngester

public abstract class MetsIngester
extends NameSpaceXMLDocReader

Unpack a METS envelop and place the contents (metadata + content) into the NDR.

For now, assume the collection (mdp and agg) objects already exist in the NDR and are provided to this class.

Author:
ostwald

Method Summary
static void main(String[] args)
          The main program for the MetsIngester class
 
Methods inherited from class org.dlese.dpc.standards.asn.NameSpaceXMLDocReader
destroy, getChildElementAttribute, getChildElementText, getDocument, getNamespace, getNode, getNode, getNodes, getNodes, getNodeText, getQName, getRootElement, getValueAtPath, getXPath, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
The main program for the MetsIngester class

Parameters:
args - The command line arguments
Throws:
Exception - NOT YET DOCUMENTED

DLESE Tools
v1.6.0