public abstract class AbstractSchemaProviderImpl extends Object implements SchemaProvider
| Constructor and Description |
|---|
AbstractSchemaProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSchema(String s,
IslandSchema islandschema) |
IslandSchema |
getSchemaByNamespace(String s)
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTopLevelVerifierprotected final Map schemata
public void addSchema(String s, IslandSchema islandschema)
public IslandSchema getSchemaByNamespace(String s)
SchemaProvidergetSchemaByNamespace in interface SchemaProviderpublic Iterator iterateNamespace()
SchemaProvideriterateNamespace in interface SchemaProviderpublic IslandSchema[] getSchemata()
SchemaProvidergetSchemata in interface SchemaProviderCopyright © 2017 Oracle Corporation. All rights reserved.