Package com.sun.msv.reader
Interface GrammarReaderController
-
- All Superinterfaces:
org.xml.sax.EntityResolver
- All Known Subinterfaces:
GrammarReaderController2
- All Known Implementing Classes:
Controller
,DebugController
,FactoryImpl.ThrowController
,GrammarLoader.ThrowController
,IgnoreController
,WSDLGrammarReaderController
public interface GrammarReaderController extends org.xml.sax.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
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
error(org.xml.sax.Locator[] locs, java.lang.String errorMessage, java.lang.Exception nestedException)
void
warning(org.xml.sax.Locator[] locs, java.lang.String errorMessage)
-