Interface GrammarReaderController

All Superinterfaces:
EntityResolver
All Known Subinterfaces:
GrammarReaderController2
All Known Implementing Classes:
Controller, DebugController, IgnoreController, WSDLGrammarReaderController

public interface GrammarReaderController extends EntityResolver
Event notification interface for controlling grammar parsing process.
  1. receives notification of errors and warnings while parsing a grammar
  2. controls how inclusion of other grammars are processed (through EntityResolver.
Author:
Kohsuke KAWAGUCHI