Interface HTMLScanner.Scanner
- All Known Implementing Classes:
HTMLScanner.ContentScanner, HTMLScanner.SpecialScanner
- Enclosing class:
HTMLScanner
public static interface HTMLScanner.Scanner
Basic scanner interface.
- Version:
- $Id: HTMLScanner.java,v 1.19 2005/06/14 05:52:37 andyc Exp $
- Author:
- Andy Clark
-
Method Summary
-
Method Details
-
scan
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:
IOException- Thrown if I/O error occurs.
-