fedora.common.xml.namespace
Class METSFedoraExtNamespace

java.lang.Object
  extended by fedora.common.xml.namespace.XMLNamespace
      extended by fedora.common.xml.namespace.METSNamespace
          extended by fedora.common.xml.namespace.METSFedoraExtNamespace

public class METSFedoraExtNamespace
extends METSNamespace

The METS Fedora Extension XML namespace.

 Namespace URI    : http://www.loc.gov/METS/
 Preferred Prefix : METS
 

Author:
cwilper@cs.cornell.edu

Field Summary
 QName EXT_VERSION
          The EXT_VERSION attribute.
 
Fields inherited from class fedora.common.xml.namespace.METSNamespace
AMD_SEC, BEHAVIOR_SEC, FILE, FILE_GRP, FILE_SEC, FLOCAT, LABEL, METS, OBJID, PROFILE, STRUCT_MAP, TYPE
 
Fields inherited from class fedora.common.xml.namespace.XMLNamespace
prefix, uri
 
Method Summary
static METSFedoraExtNamespace getInstance()
          Gets the only instance of this class.
 
Methods inherited from class fedora.common.xml.namespace.XMLNamespace
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

EXT_VERSION

public final QName EXT_VERSION
The EXT_VERSION attribute.

Method Detail

getInstance

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

Returns:
the instance.