org.apache.jmeter.functions
Class XPathWrapper
public class XPathWrapper
This class wraps the XPathFileContainer for use across multiple threads.
It maintains a list of nodelist containers, one for each file/xpath combination
static void | clearAll()
|
static String | getXPathString(String file, String xpathString) - Not thread-safe - must be called from a synchronized method.
|
clearAll
public static void clearAll()
getXPathString
public static String getXPathString(String file,
String xpathString)
Not thread-safe - must be called from a synchronized method.
- the next row from the file container
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.