public abstract class AbstractSchemaProviderImpl extends java.lang.Object implements SchemaProvider
| Constructor and Description |
|---|
AbstractSchemaProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSchema(java.lang.String uri,
IslandSchema s)
adds a new IslandSchema.
|
IslandSchema |
getSchemaByNamespace(java.lang.String uri)
gets IslandSchema whose primary namespace URI is the given value.
|
IslandSchema[] |
getSchemata()
returns all IslandSchemata at once.
|
java.util.Iterator |
iterateNamespace()
iterates all namespaces that are registered in this object.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTopLevelVerifierpublic void addSchema(java.lang.String uri,
IslandSchema s)
public IslandSchema getSchemaByNamespace(java.lang.String uri)
SchemaProvidergetSchemaByNamespace in interface SchemaProviderpublic IslandSchema[] getSchemata()
SchemaProvidergetSchemata in interface SchemaProviderpublic java.util.Iterator iterateNamespace()
SchemaProvideriterateNamespace in interface SchemaProvider