Class HTMLScanner

  • All Implemented Interfaces:
    Scanner, Locator

    public class HTMLScanner
    extends Object
    implements Scanner, Locator
    This class implements a table-driven scanner for HTML, allowing for lots of defects. It implements the Scanner interface, which accepts a Reader object to fetch characters from and a ScanHandler object to report lexical events to.
    • Constructor Detail

      • HTMLScanner

        public HTMLScanner()