Package com.io7m.jxe.core
Interface JXESchemaDefinitionType
-
- All Known Implementing Classes:
JXESchemaDefinition
@Immutable public interface JXESchemaDefinitionTypeThe type of schema definitions. A schema definition is typically used with aJXEHardenedDispatchingResolverto resolve schemas from internal Java resources. When an XML parser is required to locate the XSD schema for a namespacen, it consults the map of schema definitions and, if a schema exists with the given namespace URI, passes thefileIdentifier()to the dispatching resolver which then uses that identifier to openlocation().
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringfileIdentifier()java.net.URLlocation()java.net.URInamespace()
-