Package org.htmlunit.cyberneko
Interface HTMLScanner.Scanner
-
- All Known Implementing Classes:
HTMLScanner.ContentScanner,HTMLScanner.PlainTextScanner,HTMLScanner.ScriptScanner,HTMLScanner.SpecialScanner
- Enclosing class:
- HTMLScanner
public static interface HTMLScanner.ScannerBasic scanner interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanscan(boolean complete)Scans part of the document.
-
-
-
Method Detail
-
scan
boolean scan(boolean complete) throws IOExceptionScans 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.
-
-