Interface SchemaProvider

All Known Implementing Classes:
AbstractSchemaProviderImpl

public interface SchemaProvider
provides necessary schema information for Dispatcher. This interface can be implemented by applications.
Author:
Kohsuke KAWAGUCHI
  • Method Details

    • createTopLevelVerifier

      IslandVerifier createTopLevelVerifier()
      creates IslandVerifier that validates document element.
    • getSchemaByNamespace

      IslandSchema getSchemaByNamespace(String uri)
      gets IslandSchema whose primary namespace URI is the given value.
      Returns:
      null if no such IslandSchema exists.
    • iterateNamespace

      Iterator iterateNamespace()
      iterates all namespaces that are registered in this object.
    • getSchemata

      IslandSchema[] getSchemata()
      returns all IslandSchemata at once.