All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.goikosoft.crawler4j.parser.ParserInterface Maven / Gradle / Ivy

Go to download

crawler4j: Open Source Web Crawler for Java. Modified by Dario Goikoetxea to add POST capabilities

There is a newer version: 4.5.11
Show newest version
package com.goikosoft.crawler4j.parser;

import com.goikosoft.crawler4j.crawler.Page;
import com.goikosoft.crawler4j.crawler.exceptions.ParseException;

/**
 * Custom interface for all parsers.
 * @author Dario Goikoetxea
 *
 */
public interface ParserInterface {

    void parse(Page page, String contextURL) throws NotAllowedContentException, ParseException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy