fedora.common.xml.namespace
Class XMLNSNamespace

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

public class XMLNSNamespace
extends XMLNamespace

The XMLNS XML namespace.

 Namespace URI    : http://www.w3.org/2000/xmlns/ 
 Preferred Prefix : xmlns
 

Author:
cwilper@cs.cornell.edu

Field Summary
 QName XMLNS
          The xmlns attribute.
 
Fields inherited from class fedora.common.xml.namespace.XMLNamespace
prefix, uri
 
Method Summary
static XMLNSNamespace 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

XMLNS

public final QName XMLNS
The xmlns attribute.

Method Detail

getInstance

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

Returns:
the instance.