Package org.apache.jmeter.extractor
Class JoddExtractor
java.lang.Object
org.apache.jmeter.extractor.JoddExtractor
- All Implemented Interfaces:
Serializable
,Extractor
Jodd-Lagerto based CSS/JQuery extractor
see http://jodd.org/doc/csselly/
- Since:
- 2.9
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JoddExtractor
public JoddExtractor()
-
-
Method Details
-
extract
public int extract(String expression, String attribute, int matchNumber, String inputString, List<String> result, int found, String cacheKey) - Specified by:
extract
in interfaceExtractor
- 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
- See Also:
-