org.cyberneko.html
Class HTMLScanner.SpecialScanner
- HTMLScanner
- HTMLScanner.Scanner
public class HTMLScanner.SpecialScanner
Special scanner used for elements whose content needs to be scanned
as plain text, ignoring markup such as elements and entity references.
For example: <SCRIPT> and <COMMENT>.
protected String | fElementName - Name of element whose content needs to be scanned as text.
|
protected boolean | fScript - True if <script> element.
|
protected boolean | fStyle - True if <style> element.
|
protected boolean | fTextarea - True if <textarea> element.
|
fElementName
protected String fElementName
Name of element whose content needs to be scanned as text.
fScript
protected boolean fScript
True if <script> element.
fStyle
protected boolean fStyle
True if <style> element.
fTextarea
protected boolean fTextarea
True if <textarea> element.
scanCharacters
protected void scanCharacters(XMLStringBuffer buffer,
int delimiter)
throws IOException
Scan characters.
(C) Copyright 2002-2005, Andy Clark. All rights reserved.