org.apache.jmeter.functions
Class XPathWrapper
java.lang.Object
org.apache.jmeter.functions.XPathWrapper
public final class XPathWrapper
- extends Object
This class wraps the XPathFileContainer for use across multiple threads.
It maintains a list of nodelist containers, one for each file/xpath combination
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getXPathString
public static String getXPathString(String file,
String xpathString)
- Not thread-safe - must be called from a synchronized method.
- Parameters:
file
- xpathString
-
- Returns:
- the next row from the file container
clearAll
public static void clearAll()
Copyright © 1998-2012 Apache Software Foundation. All Rights Reserved.