|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.iso_relax.dispatcher.impl.AbstractSchemaProviderImpl
default implementation of SchemaProvider. Applications can use this class as the base class of their own SchemaProvider.
| Field Summary | |
protected java.util.Map |
schemata
a map from primary namespace to IslandSchema. |
| Constructor Summary | |
AbstractSchemaProviderImpl()
|
|
| Method Summary | |
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. |
| 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 java.util.Map schemata
| Constructor Detail |
public AbstractSchemaProviderImpl()
| Method Detail |
public void addSchema(java.lang.String uri,
IslandSchema s)
public IslandSchema getSchemaByNamespace(java.lang.String uri)
SchemaProvider
getSchemaByNamespace in interface SchemaProviderpublic java.util.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 | |||||||||