Package net.sf.bvalid.catalog

SchemaCatalog interface and implementations.

See:
          Description

Interface Summary
SchemaCatalog A collection of schema files, keyed by URI.
SchemaIndex A mapping of schema URI-to-filename.
 

Class Summary
DiskSchemaCatalog A SchemaCatalog that uses a given SchemaIndex in conjunction with files on disk.
FileSchemaIndex A file-backed SchemaIndex implementation.
MemorySchemaCatalog A SchemaCatalog based entirely in memory.
 

Package net.sf.bvalid.catalog Description

SchemaCatalog interface and implementations.