org.iso_relax.dispatcher.impl
Class AbstractSchemaProviderImpl
java.lang.Object
org.iso_relax.dispatcher.impl.AbstractSchemaProviderImpl
- SchemaProvider
public abstract class AbstractSchemaProviderImpl
extends java.lang.Object
default implementation of SchemaProvider.
Applications can use this class as the base class of their own SchemaProvider.
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.
iterateNamespace
public Iterator iterateNamespace()
iterates all namespaces that are registered in this object.
- iterateNamespace in interface SchemaProvider