org.iso_relax.dispatcher.impl

Class DispatcherImpl

public class DispatcherImpl extends Object implements Dispatcher

reference implementation of Dispatcher interface.

Author: Kohsuke KAWAGUCHI

Constructor Summary
DispatcherImpl(SchemaProvider schema)
Method Summary
voidattachXMLReader(XMLReader reader)
intcountNotationDecls()
intcountUnparsedEntityDecls()
ErrorHandlergetErrorHandler()
NotationDeclgetNotationDecl(int index)
SchemaProvidergetSchemaProvider()
UnparsedEntityDeclgetUnparsedEntityDecl(int index)
voidsetErrorHandler(ErrorHandler handler)
voidswitchVerifier(IslandVerifier newVerifier)

Constructor Detail

DispatcherImpl

public DispatcherImpl(SchemaProvider schema)

Method Detail

attachXMLReader

public void attachXMLReader(XMLReader reader)

countNotationDecls

public int countNotationDecls()

countUnparsedEntityDecls

public int countUnparsedEntityDecls()

getErrorHandler

public ErrorHandler getErrorHandler()

getNotationDecl

public NotationDecl getNotationDecl(int index)

getSchemaProvider

public SchemaProvider getSchemaProvider()

getUnparsedEntityDecl

public UnparsedEntityDecl getUnparsedEntityDecl(int index)

setErrorHandler

public void setErrorHandler(ErrorHandler handler)

switchVerifier

public void switchVerifier(IslandVerifier newVerifier)