fedora.common.xml.namespace
Class XSINamespace

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

public class XSINamespace
extends XMLNamespace

The XML Schema Instance XML namespace.

 Namespace URI    : http://www.w3.org/2001/XMLSchema-instance
 Preferred Prefix : xsi
 

Author:
cwilper@cs.cornell.edu

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

SCHEMA_LOCATION

public final QName SCHEMA_LOCATION
The schemaLocation attribute.

Method Detail

getInstance

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

Returns:
the instance.