Class HTMLScanner.ScriptScanner

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) XMLString fScanScriptContent
      String buffer, larger because scripts areas are larger
    • Constructor Summary

      Constructors 
      Constructor Description
      ScriptScanner()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int scan​(boolean complete)
      Scans part of the document.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • fScanScriptContent

        final XMLString fScanScriptContent
        String buffer, larger because scripts areas are larger
    • Constructor Detail

      • ScriptScanner

        public ScriptScanner()
    • Method Detail

      • scan

        public int scan​(boolean complete)
                 throws java.io.IOException
        Description copied from interface: HTMLScanner.Scanner
        Scans part of the document. This interface allows scanning to be performed in a pulling manner.
        Specified by:
        scan in interface HTMLScanner.Scanner
        Parameters:
        complete - True if the scanner should not return until scanning is complete.
        Returns:
        True if additional scanning is required.
        Throws:
        java.io.IOException - Thrown if I/O error occurs.