fedora.common.xml.format
Class METSFedoraExt1_1Format

java.lang.Object
  extended by fedora.common.xml.format.XMLFormat
      extended by fedora.common.xml.format.METSFedoraExt1_1Format

public class METSFedoraExt1_1Format
extends XMLFormat

The METS Fedora Extension 1.1 XML format.

 Format URI        : info:fedora/fedora-system:METSFedoraExt-1.1
 Primary Namespace : http://www.loc.gov/METS/
 XSD Schema URL    : http://www.fedora.info/definitions/1/0/mets-fedora-ext1-1.xsd
 

Author:
cwilper@cs.cornell.edu

Field Summary
 
Fields inherited from class fedora.common.xml.format.XMLFormat
namespace, uri, xsdLocation
 
Method Summary
static METSFedoraExt1_1Format getInstance()
          Gets the only instance of this class.
 
Methods inherited from class fedora.common.xml.format.XMLFormat
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static METSFedoraExt1_1Format getInstance()
Gets the only instance of this class.

Returns:
the instance.