Package org.apache.jmeter.functions
Class XPathFileContainer
java.lang.Object
org.apache.jmeter.functions.XPathFileContainer
File data container for XML files Data is accessible via XPath
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetXPathString(int num) intnextRow()Returns the next row to the caller, and updates it, allowing for wrap roundintsize() 
- 
Constructor Details
- 
XPathFileContainer
public XPathFileContainer(String file, String xpath) throws FileNotFoundException, IOException, ParserConfigurationException, SAXException, TransformerException  
 - 
 - 
Method Details
- 
getXPathString
 - 
nextRow
public int nextRow()Returns the next row to the caller, and updates it, allowing for wrap round- Returns:
 - the first free (unread) row
 
 - 
size
public int size() - 
getFileName
- Returns:
 - the file name for this class
 
 
 -