Interface XMLDocumentFragmentScannerImpl.Dispatcher

    • Method Detail

      • dispatch

        boolean dispatch​(boolean complete)
                  throws java.io.IOException,
                         org.apache.xerces.xni.XNIException
        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:
        java.io.IOException - Thrown on i/o error.
        org.apache.xerces.xni.XNIException - Thrown on parse error.