fedora.common.xml.namespace
Class OldXLinkNamespace
java.lang.Object
fedora.common.xml.namespace.XMLNamespace
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
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
TITLE
public final QName TITLE
- The
title attribute.
HREF
public final QName HREF
- The
href attribute.
OldXLinkNamespace
protected OldXLinkNamespace()
- Constructs the instance.
getInstance
public static OldXLinkNamespace getInstance()
- Gets the only instance of this class.
- Returns:
- the instance.