fedora.common.xml.format
Class OAIPMH2_0Format

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

public class OAIPMH2_0Format
extends XMLFormat

The OAI-PMH 2.0 XML format.

 Format URI        : http://www.openarchives.org/OAI/2.0/
 Primary Namespace : http://www.openarchives.org/OAI/2.0/
 XSD Schema URL    : http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd
 

Author:
cwilper@cs.cornell.edu

Field Summary
 
Fields inherited from class fedora.common.xml.format.XMLFormat
namespace, uri, xsdLocation
 
Method Summary
static OAIPMH2_0Format 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 OAIPMH2_0Format getInstance()
Gets the only instance of this class.

Returns:
the instance.