Apache JMeter

org.apache.jmeter.extractor
Class JSoupExtractor

java.lang.Object
  extended by org.apache.jmeter.extractor.JSoupExtractor
All Implemented Interfaces:
Serializable, Extractor

public class JSoupExtractor
extends Object
implements Extractor

JSoup based CSS/JQuery extractor see http://jsoup.org/cookbook/extracting-data/selector-syntax

Since:
2.9
See Also:
Serialized Form

Constructor Summary
JSoupExtractor()
           
 
Method Summary
 int extract(String expression, String attribute, int matchNumber, String inputString, List<String> result, int found, String cacheKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSoupExtractor

public JSoupExtractor()
Method Detail

extract

public int extract(String expression,
                   String attribute,
                   int matchNumber,
                   String inputString,
                   List<String> result,
                   int found,
                   String cacheKey)
Specified by:
extract in interface Extractor
Parameters:
expression - Expression used for extraction of nodes
attribute - Attribute name to return
matchNumber - Match number
inputString - Page or excerpt
result - List 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:
Extractor.extract(String, String, int, String, List, int, String)

Apache JMeter

Copyright © 1998-2013 Apache Software Foundation. All Rights Reserved.