Interface HTMLScanner.Scanner

    • Method Detail

      • scan

        boolean scan​(boolean complete)
              throws java.io.IOException
        Scans part of the document. This interface allows scanning to be performed in a pulling manner.
        Parameters:
        complete - True if the scanner should not return until scanning is complete.
        Returns:
        True if additional scanning is required.
        Throws:
        java.io.IOException - Thrown if I/O error occurs.