org.cyberneko.html

Interface HTMLScanner.Scanner

public interface HTMLScanner.Scanner

Basic scanner interface.

Author: Andy Clark

Method Summary
booleanscan(boolean complete)
Scans part of the document.

Method Detail

scan

public boolean scan(boolean complete)
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.

(C) Copyright 2002-2005, Andy Clark. All rights reserved.