org.apache.xerces.impl

Class XMLDocumentScannerImpl.DTDDispatcher

protected final class XMLDocumentScannerImpl.DTDDispatcher extends Object implements Dispatcher

Dispatcher to handle the internal and external DTD subsets.

Author: Andy Clark, IBM

Method Summary
booleandispatch(boolean complete)
Dispatch an XML "event".

Method Detail

dispatch

public boolean dispatch(boolean complete)
Dispatch an XML "event".

Parameters: complete True if this dispatcher is intended to scan and dispatch as much as possible.

Returns: True if there is more to dispatch either from this or a another dispatcher.

Throws: IOException Thrown on i/o error. XNIException Thrown on parse error.

Copyright © 1999-2005 Apache XML Project. All Rights Reserved.