Class HTMLScanner.SpecialScanner

  • All Implemented Interfaces:
    HTMLScanner.Scanner
    Enclosing class:
    HTMLScanner

    public class HTMLScanner.SpecialScanner
    extends Object
    implements HTMLScanner.Scanner
    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>.
    • Field Detail

      • fElementName

        protected String fElementName
        Name of element whose content needs to be scanned as text.
      • fStyle

        protected boolean fStyle
        True if <style> element.
      • fTextarea

        protected boolean fTextarea
        True if <textarea> element.
      • fTitle

        protected boolean fTitle
        True if <title> element.
    • Constructor Detail

      • SpecialScanner

        public SpecialScanner()