Apache JMeter

org.apache.jmeter.functions
Class XPathWrapper

java.lang.Object
  extended by org.apache.jmeter.functions.XPathWrapper

public class XPathWrapper
extends java.lang.Object

This class wraps the XPathFileContainer for use across multiple threads. It maintains a list of nodelist containers, one for each file/xpath combination


Method Summary
static void clearAll()
           
static java.lang.String getXPathString(java.lang.String file, java.lang.String xpathString)
          Not thread-safe - must be called from a synchronized method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getXPathString

public static java.lang.String getXPathString(java.lang.String file,
                                              java.lang.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()

Apache JMeter

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