com.supermap.services.providers

Class SchemaConstants

  • java.lang.Object
    • com.supermap.services.providers.SchemaConstants


  • public class SchemaConstants
    extends java.lang.Object
    

    Constant in a Schema document.

    Parse the Schema constant used by xml document that the WPS response.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String NAMESPACE_URL_XSD
      The namespace of the Schema document is "http://www.w3.org/2001/XMLSchema".
      static java.lang.String NODE_NAME_COMPLEXCONTENT
      The name of a node in a Schema document that represents a complex type is complexContent.
      static java.lang.String NODE_NAME_COMPLEXTYPE
      The name of a node in a Schema document that represents a complex type is complexType.
      static java.lang.String NODE_NAME_ELEMENT
      In the Schema document, the name of the node representing the general element is element.
      static java.lang.String NODE_NAME_EXTENSION
      In the Schema document, the name of the extension element is extension.
      static java.lang.String NODE_NAME_SCHEMA
      The root directory name of the Schema document, which is "schema".
      static java.lang.String NODE_NAME_SEQUENCE
      In the Schema document, the name of the node representing the sequence is sequence.
      static java.lang.String NODE_NAME_TARGETNAMESPACE
      In the Schema document, the name of the target namespace attribute representing the root directory is targetNamespace.
      static java.lang.String NODE_NAME_TYPE
      In the Schema document, the name of the attribute representing the element node type is type.
    • Constructor Summary

      Constructors 
      Constructor and Description
      SchemaConstants() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NODE_NAME_COMPLEXCONTENT

        public static java.lang.String NODE_NAME_COMPLEXCONTENT
        

        The name of a node in a Schema document that represents a complex type is complexContent.

      • NODE_NAME_SCHEMA

        public static java.lang.String NODE_NAME_SCHEMA
        

        The root directory name of the Schema document, which is "schema".

      • NODE_NAME_TARGETNAMESPACE

        public static java.lang.String NODE_NAME_TARGETNAMESPACE
        

        In the Schema document, the name of the target namespace attribute representing the root directory is targetNamespace.

      • NODE_NAME_ELEMENT

        public static java.lang.String NODE_NAME_ELEMENT
        

        In the Schema document, the name of the node representing the general element is element.

      • NODE_NAME_COMPLEXTYPE

        public static java.lang.String NODE_NAME_COMPLEXTYPE
        

        The name of a node in a Schema document that represents a complex type is complexType.

      • NODE_NAME_EXTENSION

        public static java.lang.String NODE_NAME_EXTENSION
        

        In the Schema document, the name of the extension element is extension.

      • NODE_NAME_SEQUENCE

        public static java.lang.String NODE_NAME_SEQUENCE
        

        In the Schema document, the name of the node representing the sequence is sequence.

      • NODE_NAME_TYPE

        public static java.lang.String NODE_NAME_TYPE
        

        In the Schema document, the name of the attribute representing the element node type is type.

      • NAMESPACE_URL_XSD

        public static java.lang.String NAMESPACE_URL_XSD
        

        The namespace of the Schema document is "http://www.w3.org/2001/XMLSchema".

    • Constructor Detail

      • SchemaConstants

        public SchemaConstants()