protected static interface

XMLDocumentFragmentScannerImpl.Dispatcher

org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.Dispatcher
Known Indirect Subclasses

Class Overview

This interface defines an XML "event" dispatching model. Classes that implement this interface are responsible for scanning parts of the XML document and dispatching callbacks.@xerces.internal

Summary

Public Methods
abstract boolean dispatch(boolean complete)
Dispatch an XML "event".

Public Methods

public abstract 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.