fedora.common.xml.namespace
Class OAIDCNamespace

java.lang.Object
  extended by fedora.common.xml.namespace.XMLNamespace
      extended by fedora.common.xml.namespace.OAIDCNamespace

public class OAIDCNamespace
extends XMLNamespace

The OAI DC XML namespace.

 Namespace URI    : http://www.openarchives.org/OAI/2.0/oai_dc/
 Preferred Prefix : oai_dc
 

Author:
cwilper@cs.cornell.edu

Field Summary
 QName DC
          The dc element.
 
Fields inherited from class fedora.common.xml.namespace.XMLNamespace
prefix, uri
 
Method Summary
static OAIDCNamespace 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

DC

public final QName DC
The dc element.

Method Detail

getInstance

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

Returns:
the instance.