org.iso_relax.dispatcher.impl

Class AbstractSchemaProviderImpl

public abstract class AbstractSchemaProviderImpl extends Object implements SchemaProvider

default implementation of SchemaProvider. Applications can use this class as the base class of their own SchemaProvider.

Author: Kohsuke KAWAGUCHI

Method Summary
voidaddSchema(String uri, IslandSchema s)
adds a new IslandSchema. the caller should make sure that the given uri is not defined already.
IslandSchemagetSchemaByNamespace(String uri)
IslandSchema[]getSchemata()
IteratoriterateNamespace()

Method Detail

addSchema

public void addSchema(String uri, IslandSchema s)
adds a new IslandSchema. the caller should make sure that the given uri is not defined already.

getSchemaByNamespace

public IslandSchema getSchemaByNamespace(String uri)

getSchemata

public IslandSchema[] getSchemata()

iterateNamespace

public Iterator iterateNamespace()