org.apache.jmeter.functions

Class XPathWrapper


public 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

Method Summary

static void
clearAll()
static String
getXPathString(String file, String xpathString)
Not thread-safe - must be called from a synchronized method.

Method Details

clearAll

public static void clearAll()

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

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