Class XMLDocumentScannerImpl.TrailingMiscDispatcher

java.lang.Object
org.apache.xerces.impl.XMLDocumentScannerImpl.TrailingMiscDispatcher
All Implemented Interfaces:
XMLDocumentFragmentScannerImpl.Dispatcher
Enclosing class:
XMLDocumentScannerImpl

protected final class XMLDocumentScannerImpl.TrailingMiscDispatcher extends Object implements XMLDocumentFragmentScannerImpl.Dispatcher
Dispatcher to handle trailing miscellaneous section scanning.
Author:
Andy Clark, IBM, Eric Ye, IBM
  • Constructor Details

    • TrailingMiscDispatcher

      protected TrailingMiscDispatcher()
  • Method Details

    • dispatch

      public boolean dispatch(boolean complete) throws IOException, org.apache.xerces.xni.XNIException
      Dispatch an XML "event".
      Specified by:
      dispatch in interface XMLDocumentFragmentScannerImpl.Dispatcher
      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.
      org.apache.xerces.xni.XNIException - Thrown on parse error.