Package org.apache.jmeter.extractor
Interface Extractor
-
- All Implemented Interfaces:
-
java.io.Serializable
public interface Extractor implements Serializable
CSS/JQuery based extractor for HTML pages
- Since:
2.9
-
-
Method Summary
-
-
Method Detail
-
extract
abstract int extract(String expression, String attribute, int matchNumber, String inputString, List<String> result, int found, String cacheKey)
- Parameters:
expression- Expression used for extraction of nodesattribute- Attribute name to returnmatchNumber- Match numberinputString- Page or excerptresult- List of resultsfound- current matches foundcacheKey- If not null, the implementation is encouraged to cache parsing result and use this key as part of cache key- Returns:
match found updated
-
-
-
-