Class FormatXMLConstants


  • public final class FormatXMLConstants
    extends java.lang.Object
    XML constants.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static FormatDescription FORMAT
      The description of the format supported by this provider.
      static com.io7m.jxe.core.JXESchemaDefinition SCHEMA_1_0
      The version 1.0 schema definition.
      static java.net.URI SCHEMA_1_0_NAMESPACE
      The XML namespace of the version 1.0 schema.
      static com.io7m.jxe.core.JXESchemaResolutionMappings SCHEMAS
      The set of schemas supported by this provider.
      static FormatVersion VERSION_1_0
      Format version 1.0.
      static java.util.List<FormatVersion> VERSIONS
      The format versions supported by this provider.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SCHEMA_1_0_NAMESPACE

        public static final java.net.URI SCHEMA_1_0_NAMESPACE
        The XML namespace of the version 1.0 schema.
      • SCHEMA_1_0

        public static final com.io7m.jxe.core.JXESchemaDefinition SCHEMA_1_0
        The version 1.0 schema definition.
      • SCHEMAS

        public static final com.io7m.jxe.core.JXESchemaResolutionMappings SCHEMAS
        The set of schemas supported by this provider.
      • FORMAT

        public static final FormatDescription FORMAT
        The description of the format supported by this provider.
      • VERSION_1_0

        public static final FormatVersion VERSION_1_0
        Format version 1.0.
      • VERSIONS

        public static final java.util.List<FormatVersion> VERSIONS
        The format versions supported by this provider.