|
||||||
| 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.
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.iso_relax.dispatcher.SchemaProvider |
|---|
createTopLevelVerifier |
| 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 IslandSchema[] getSchemata()
SchemaProvider
getSchemata in interface SchemaProviderpublic java.util.Iterator iterateNamespace()
SchemaProvider
iterateNamespace in interface SchemaProvider
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||