org.iso_relax.dispatcher.impl
public abstract class AbstractSchemaProviderImpl extends Object implements SchemaProvider
| Method Summary | |
|---|---|
| void | addSchema(String uri, IslandSchema s) adds a new IslandSchema.
the caller should make sure that the given uri is not defined already. |
| IslandSchema | getSchemaByNamespace(String uri) |
| IslandSchema[] | getSchemata() |
| Iterator | iterateNamespace() |