Package org.xiruss.repository.multiuserschema_aware

API for schema-aware repositories.

See:
          Description

Class Summary
MultiUserSchemaAwareRepositoryBase Implements a multi-user, schema-aware repository.
 

Package org.xiruss.repository.multiuserschema_aware Description

API for schema-aware repositories. A schema-aware repository maintains a "schema registry" that maps namespace URIs to schema resources. This registry allows clients to determine if a a schema for a given namespace is already known to the repository. This allows several important functions including knowing whether or not there's a need to import a schema and enabling validation of docuements that do not explicitly point to their schemas.