org.apache.jmeter.protocol.http.modifier
Class UserParameterXMLParser
java.lang.Object
|
+--org.apache.jmeter.protocol.http.modifier.UserParameterXMLParser
- public class UserParameterXMLParser
- extends Object
Title: Jakarta-JMeter Description: Copyright: Copyright (c) 2001 Company:
Apache
Parse a XML file to obtain parameter name and value information
for all users defined in the XML file.
- Version:
- 1.0
- Author:
- Mark Walsh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserParameterXMLParser
public UserParameterXMLParser()
getXMLParameters
public List getXMLParameters(String xmlURI)
throws org.xml.sax.SAXException,
IOException
- parse all user parameter data defined in XML file.
- Returns:
- all users name value pairs obtained from XML file
org.xml.sax.SAXException
IOException
Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.