|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.iso_relax.dispatcher.impl.AbstractSchemaProviderImpl
public abstract class AbstractSchemaProviderImpl
default implementation of SchemaProvider. Applications can use this class as the base class of their own SchemaProvider.
| Field Summary | |
|---|---|
protected Map |
schemata
a map from primary namespace to IslandSchema. |
| Constructor Summary | |
|---|---|
AbstractSchemaProviderImpl()
|
|
| Method Summary | |
|---|---|
void |
addSchema(String uri,
IslandSchema s)
adds a new IslandSchema. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.iso_relax.dispatcher.SchemaProvider |
|---|
createTopLevelVerifier |
| Field Detail |
|---|
protected final Map schemata
| Constructor Detail |
|---|
public AbstractSchemaProviderImpl()
| Method Detail |
|---|
public void addSchema(String uri,
IslandSchema s)
public IslandSchema getSchemaByNamespace(String uri)
SchemaProvider
getSchemaByNamespace in interface SchemaProviderpublic Iterator iterateNamespace()
SchemaProvider
iterateNamespace in interface SchemaProviderpublic IslandSchema[] getSchemata()
SchemaProvider
getSchemata in interface SchemaProvider
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||