Class JSoupExtractor

  • All Implemented Interfaces:
    java.io.Serializable , org.apache.jmeter.extractor.Extractor

    
    public class JSoupExtractor
     implements Extractor
                        

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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      JSoupExtractor()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      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