org.iso_relax.dispatcher
public interface SchemaProvider
Method Summary | |
---|---|
IslandVerifier | createTopLevelVerifier()
creates IslandVerifier that validates document element. |
IslandSchema | getSchemaByNamespace(String uri)
gets IslandSchema whose primary namespace URI is the given value.
|
IslandSchema[] | getSchemata()
returns all IslandSchemata at once. |
Iterator | iterateNamespace()
iterates all namespaces that are registered in this object. |
Returns: null if no such IslandSchema exists.