com.sun.msv.reader
Interface GrammarReaderController
- All Superinterfaces:
- EntityResolver
- All Known Implementing Classes:
- Controller, DebugController, IgnoreController
- public interface GrammarReaderController
- extends EntityResolver
Event notification interface for controlling grammar parsing process.
- receives notification of errors and warnings while parsing a grammar
- controls how inclusion of other grammars are processed (through
EntityResolver
.
- Author:
- Kohsuke KAWAGUCHI
error
public void error(Locator[] locs,
String errorMessage,
Exception nestedException)
warning
public void warning(Locator[] locs,
String errorMessage)
Copyright © 2001-2003 Sun Microsystems, Inc. Documenation generated April 28 2005.