Package org.apache.jmeter.extractor
Class JSoupExtractor
java.lang.Object
org.apache.jmeter.extractor.JSoupExtractor
- All Implemented Interfaces:
- Serializable,- Extractor
JSoup based CSS/JQuery extractor
 see http://jsoup.org/cookbook/extracting-data/selector-syntax
- Since:
- 2.9
- See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
JSoupExtractorpublic JSoupExtractor()
 
- 
- 
Method Details- 
extractpublic int extract(String expression, String attribute, int matchNumber, String inputString, List<String> result, int found, String cacheKey) - Specified by:
- extractin interface- Extractor
- Parameters:
- expression- Expression used for extraction of nodes
- attribute- Attribute name to return
- matchNumber- Match number
- inputString- Page or excerpt
- result- List of results
- found- current matches found
- cacheKey- 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:
 
 
-