Package 

Class PrimerHtmlParser

  • All Implemented Interfaces:
    ai.platon.pulsar.common.config.Parameterized , ai.platon.pulsar.crawl.parse.Parser

    
    public final class PrimerHtmlParser
     implements Parser
                        

    Html parser

    • Method Summary

      Modifier and Type Method Description
      Params getParams()
      ParseResult parse(WebPage page) This method parses content in WebPage instance
      • Methods inherited from class java.lang.Object

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

      • PrimerHtmlParser

        PrimerHtmlParser(ImmutableConfig conf)
      • PrimerHtmlParser

        PrimerHtmlParser(ParseFilters parseFilters, ImmutableConfig conf)