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

us.codecraft.xsoup.XPathEvaluator Maven / Gradle / Ivy

There is a newer version: 0.3.7
Show newest version
package us.codecraft.xsoup;

import org.jsoup.nodes.Element;

/**
 * @author [email protected]
 */
public interface XPathEvaluator {

    XElements evaluate(Element element);

    boolean hasAttribute();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy