net.sf.bvalid.catalog
Interface SchemaIndex
- All Known Implementing Classes:
- FileSchemaIndex
public interface SchemaIndex
A mapping of schema URI-to-filename.
- Author:
- cwilper@cs.cornell.edu
getURISet
java.util.Set getURISet()
throws ValidatorException
- Throws:
ValidatorException
getFilename
java.lang.String getFilename(java.lang.String uri)
throws ValidatorException
- Throws:
ValidatorException
putFilename
java.lang.String putFilename(java.lang.String uri,
java.lang.String filename)
throws ValidatorException
- Throws:
ValidatorException
removeMapping
boolean removeMapping(java.lang.String uri)
throws ValidatorException
- Throws:
ValidatorException