fedora.common.xml.namespace
Class OldXLinkNamespace

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

public class OldXLinkNamespace
extends XMLNamespace

The XLink XML namespace used in old versions of the METS format.

NOTE: This is not the published xlink namespace, and is provided here only for use with the "METS Fedora Extension 1.0" format, which was originally derived from from METS 1.3 and was used in Fedora releases prior to 3.0.

 Namespace URI    : http://www.w3.org/TR/xlink
 Preferred Prefix : xlink
 

Author:
cwilper@cs.cornell.edu

Field Summary
 QName HREF
          The href attribute.
 QName TITLE
          The title attribute.
 
Fields inherited from class fedora.common.xml.namespace.XMLNamespace
prefix, uri
 
Constructor Summary
protected OldXLinkNamespace()
          Constructs the instance.
 
Method Summary
static OldXLinkNamespace 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

TITLE

public final QName TITLE
The title attribute.


HREF

public final QName HREF
The href attribute.

Constructor Detail

OldXLinkNamespace

protected OldXLinkNamespace()
Constructs the instance.

Method Detail

getInstance

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

Returns:
the instance.