fedora.common.xml.namespace
Class METSNamespace

java.lang.Object
  extended by fedora.common.xml.namespace.XMLNamespace
      extended by fedora.common.xml.namespace.METSNamespace
Direct Known Subclasses:
METSFedoraExtNamespace

public class METSNamespace
extends XMLNamespace

The METS XML namespace.

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

Author:
cwilper@cs.cornell.edu

Field Summary
 QName AMD_SEC
          The amdSec element.
 QName BEHAVIOR_SEC
          The behaviorSec element.
 QName FILE
          The file element.
 QName FILE_GRP
          The fileGrp element.
 QName FILE_SEC
          The fileSec element.
 QName FLOCAT
          The FLocat element.
 QName LABEL
          The LABEL attribute.
 QName METS
          The mets element.
 QName OBJID
          The OBJID attribute.
 QName PROFILE
          The PROFILE attribute.
 QName STRUCT_MAP
          The structMap element.
 QName TYPE
          The TYPE attribute.
 
Fields inherited from class fedora.common.xml.namespace.XMLNamespace
prefix, uri
 
Constructor Summary
protected METSNamespace()
          Constructs the instance.
 
Method Summary
static METSNamespace 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

AMD_SEC

public final QName AMD_SEC
The amdSec element.


BEHAVIOR_SEC

public final QName BEHAVIOR_SEC
The behaviorSec element.


FILE

public final QName FILE
The file element.


FILE_GRP

public final QName FILE_GRP
The fileGrp element.


FILE_SEC

public final QName FILE_SEC
The fileSec element.


FLOCAT

public final QName FLOCAT
The FLocat element.


METS

public final QName METS
The mets element.


STRUCT_MAP

public final QName STRUCT_MAP
The structMap element.


LABEL

public final QName LABEL
The LABEL attribute.


OBJID

public final QName OBJID
The OBJID attribute.


PROFILE

public final QName PROFILE
The PROFILE attribute.


TYPE

public final QName TYPE
The TYPE attribute.

Constructor Detail

METSNamespace

protected METSNamespace()
Constructs the instance.

Method Detail

getInstance

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

Returns:
the instance.