org.cyberneko.html
Interface HTMLScanner.Scanner
- HTMLScanner.ContentScanner, HTMLScanner.SpecialScanner
public static interface HTMLScanner.Scanner
Basic scanner interface.
boolean | scan(boolean complete) - Scans part of the document.
|
scan
public boolean scan(boolean complete)
throws IOException
Scans part of the document. This interface allows scanning to
be performed in a pulling manner.
complete
- True if the scanner should not return until
scanning is complete.
- True if additional scanning is required.
(C) Copyright 2002-2005, Andy Clark. All rights reserved.