Class FormatXMLConstants
- java.lang.Object
-
- com.io7m.coffeepick.runtime.format.xml.FormatXMLConstants
-
public final class FormatXMLConstants extends java.lang.ObjectXML constants.
-
-
Field Summary
Fields Modifier and Type Field Description static FormatDescriptionFORMATThe description of the format supported by this provider.static com.io7m.jxe.core.JXESchemaDefinitionSCHEMA_1_0The version 1.0 schema definition.static java.net.URISCHEMA_1_0_NAMESPACEThe XML namespace of the version 1.0 schema.static com.io7m.jxe.core.JXESchemaResolutionMappingsSCHEMASThe set of schemas supported by this provider.static FormatVersionVERSION_1_0Format version 1.0.static java.util.List<FormatVersion>VERSIONSThe format versions supported by this provider.
-
-
-
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.
-
-