public class HTMLScanner.PlainTextScanner extends Object implements HTMLScanner.Scanner
PLAINTEXT| Constructor and Description |
|---|
PlainTextScanner() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
scan(boolean complete)
Scans part of the document.
|
protected void |
scanCharacters(XMLString buffer,
boolean complete) |
public boolean scan(boolean complete)
throws IOException
HTMLScanner.Scannerscan in interface HTMLScanner.Scannercomplete - True if the scanner should not return until scanning is
complete.IOException - Thrown if I/O error occurs.protected void scanCharacters(XMLString buffer, boolean complete) throws IOException
IOExceptionCopyright © 2024 HtmlUnit. All rights reserved.