Class HTMLFileParser


  • public class HTMLFileParser
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HTMLFileParser()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void scanHtmlFile​(java.nio.file.Path file, TagProcessor tagProcessor)  
      • Methods inherited from class java.lang.Object

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

      • HTMLFileParser

        public HTMLFileParser()
    • Method Detail

      • scanHtmlFile

        public static void scanHtmlFile​(java.nio.file.Path file,
                                        TagProcessor tagProcessor)
                                 throws java.io.IOException
        Throws:
        java.io.IOException