org.nakedobjects.runtime.snapshot
Class XsMetaModel

java.lang.Object
  extended by org.nakedobjects.runtime.snapshot.XsMetaModel

public final class XsMetaModel
extends java.lang.Object

Stateless utility methods relating to the w3.org schema and schema-instance meta models.


Field Summary
static java.lang.String W3_ORG_XMLNS_PREFIX
          Namespace prefix for W3_ORG_XMLNS_URI.
static java.lang.String W3_ORG_XMLNS_URI
          URI representing the namespace of the in-built xmlns namespace as defined by w3.org.
static java.lang.String W3_ORG_XS_PREFIX
          Namespace prefix for W3_ORG_XS_URI.
static java.lang.String W3_ORG_XS_URI
          Namespace prefix for XML schema.
static java.lang.String W3_ORG_XSI_PREFIX
          Namespace prefix for W3_ORG_XSI_URI.
static java.lang.String W3_ORG_XSI_URI
          Namespace prefix for XML schema instance.
 
Constructor Summary
XsMetaModel()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

W3_ORG_XMLNS_URI

public static final java.lang.String W3_ORG_XMLNS_URI
URI representing the namespace of the in-built xmlns namespace as defined by w3.org. The NamespaceManager will not allow any namespaces with this URI to be added.

See Also:
Constant Field Values

W3_ORG_XMLNS_PREFIX

public static final java.lang.String W3_ORG_XMLNS_PREFIX
Namespace prefix for W3_ORG_XMLNS_URI. The NamespaceManager will not allow any namespace to use this prefix.

See Also:
Constant Field Values

W3_ORG_XS_URI

public static final java.lang.String W3_ORG_XS_URI
Namespace prefix for XML schema.

See Also:
Constant Field Values

W3_ORG_XS_PREFIX

public static final java.lang.String W3_ORG_XS_PREFIX
Namespace prefix for W3_ORG_XS_URI. The NamespaceManager will not allow any namespace to use this prefix.

See Also:
Constant Field Values

W3_ORG_XSI_URI

public static final java.lang.String W3_ORG_XSI_URI
Namespace prefix for XML schema instance.

See Also:
Constant Field Values

W3_ORG_XSI_PREFIX

public static final java.lang.String W3_ORG_XSI_PREFIX
Namespace prefix for W3_ORG_XSI_URI. The NamespaceManager will not allow any namespace to use this prefix.

See Also:
Constant Field Values
Constructor Detail

XsMetaModel

public XsMetaModel()


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.