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

mtons.spider.selector.Selectable Maven / Gradle / Ivy

package mtons.spider.selector;

import org.jsoup.nodes.Document;
import org.jsoup.select.Elements;

/**
 * 页面选择器
 *
 * Created by langhsu on 2015/11/4.
 */
public interface Selectable {

    /**
     * Executor accept
     * @param document Jsoup document
     * @return Elements
     */
    Elements accept(Document document);
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy