| Package | Description |
|---|---|
| org.iso_relax.dispatcher | |
| org.iso_relax.dispatcher.impl |
| Modifier and Type | Method and Description |
|---|---|
IslandSchema |
IslandSchemaReader.getSchema()
gets parsed schema. this method is called after parsing is finished.
|
IslandSchema |
SchemaProvider.getSchemaByNamespace(String uri)
gets IslandSchema whose primary namespace URI is the given value.
|
IslandSchema[] |
SchemaProvider.getSchemata()
returns all IslandSchemata at once.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IgnoredSchema
IslandSchema implementation for "ignored" island.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,IslandSchema> |
AbstractSchemaProviderImpl.schemata
a map from primary namespace to IslandSchema.
|
| Modifier and Type | Method and Description |
|---|---|
IslandSchema |
AbstractSchemaProviderImpl.getSchemaByNamespace(String uri) |
IslandSchema[] |
AbstractSchemaProviderImpl.getSchemata() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSchemaProviderImpl.addSchema(String uri,
IslandSchema s)
adds a new IslandSchema. the caller should make sure that the given uri is
not defined already.
|
Copyright © 2016 Philip Helger. All rights reserved.