Package com.io7m.jxe.core
Interface JXESchemaResolutionMappingsType
- All Known Implementing Classes:
JXESchemaResolutionMappings
@Immutable
public interface JXESchemaResolutionMappingsType
A set of mappings from namespace URIs to schemas.
-
Method Summary
-
Method Details
-
mappings
Map<URI,JXESchemaDefinition> mappings()- Returns:
- The set of mappings from namespace URIs to schemas
-