Interface JSoupFilter

    • Method Detail

      • filter

        void filter​(@NotNull
                    @NotNull String url,
                    byte[] content,
                    @NotNull
                    org.jsoup.nodes.Document doc,
                    @NotNull
                    @NotNull ParseResult parse)
        Called when parsing a specific page
        Parameters:
        url - the URL of the page being parsed
        content - the content being parsed
        doc - document produced by JSoup's parsingF
        parse - the metadata to be updated with the resulting of the parsing