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(org.apache.xerces.util.XMLStringBuffer buffer,
int delimiter) |
public boolean scan(boolean complete) throws IOException
HTMLScanner.Scanner
scan
in interface HTMLScanner.Scanner
complete
- True if the scanner should not return until
scanning is complete.IOException
- Thrown if I/O error occurs.protected void scanCharacters(org.apache.xerces.util.XMLStringBuffer buffer, int delimiter) throws IOException
IOException
Copyright © 2019. All rights reserved.