org.iso_relax.dispatcher.impl
public class DispatcherImpl extends Object implements Dispatcher
| Constructor Summary | |
|---|---|
| DispatcherImpl(SchemaProvider schema) | |
| Method Summary | |
|---|---|
| void | attachXMLReader(XMLReader reader) |
| int | countNotationDecls() |
| int | countUnparsedEntityDecls() |
| ErrorHandler | getErrorHandler() |
| NotationDecl | getNotationDecl(int index) |
| SchemaProvider | getSchemaProvider() |
| UnparsedEntityDecl | getUnparsedEntityDecl(int index) |
| void | setErrorHandler(ErrorHandler handler) |
| void | switchVerifier(IslandVerifier newVerifier) |