Interface Scanner

  • All Known Implementing Classes:
    HTMLScanner, PYXScanner

    public interface Scanner
    An interface allowing Parser to invoke scanners.
    • Method Detail

      • resetDocumentLocator

        void resetDocumentLocator​(String publicid,
                                  String systemid)
        Reset the embedded locator.
        Parameters:
        publicid - The publicid of the source
        systemid - The systemid of the source
      • startCDATA

        void startCDATA()
        Signal to the scanner to start CDATA content mode.