org.apache.jmeter.functions
Class XPathFileContainer
public class XPathFileContainer
File data container for XML files Data is accessible via XPath
XPathFileContainer
public XPathFileContainer(String file,
String xpath)
throws FileNotFoundException,
IOException,
ParserConfigurationException,
SAXException,
TransformerException
getFileName
public String getFileName()
- the file name for this class
getXPathString
public String getXPathString(int num)
nextRow
public int nextRow()
Returns the next row to the caller, and updates it, allowing for wrap
round
- the first free (unread) row
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.