| java.lang.Object org.apache.jmeter.functions.XPathWrapper
XPathWrapper | public class XPathWrapper (Code) | | This class wraps the XPathFileContainer for use across multiple threads.
It maintains a list of nodelist containers, one for each file/xpath combination
|
clearAll | public static void clearAll()(Code) | | |
getXPathString | public static String getXPathString(String file, String xpathString)(Code) | | Not thread-safe - must be called from a synchronized method.
Parameters: file - Parameters: xpathString - the next row from the file container |
|
|