Class UserParameterXMLParser
- java.lang.Object
-
- org.apache.jmeter.protocol.http.modifier.UserParameterXMLParser
-
@Deprecated public class UserParameterXMLParser extends Object
Deprecated.This test element is deprecated. Test plans should use User Parameters instead.Parse an XML file to obtain parameter name and value information for all users defined in the XML file.
-
-
Constructor Summary
Constructors Constructor Description UserParameterXMLParser()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<Map<String,String>>
getXMLParameters(String xmlURI)
Deprecated.Parse all user parameter data defined in XML file.
-
-
-
Method Detail
-
getXMLParameters
public List<Map<String,String>> getXMLParameters(String xmlURI) throws SAXException, IOException
Deprecated.Parse all user parameter data defined in XML file.- Parameters:
xmlURI
- name of the XML to load users parameter data- Returns:
- all users name value pairs obtained from XML file
- Throws:
SAXException
- when XML pointed to byxmlURI
is not validIOException
- when XML pointed to byxmlURI
can not be read
-
-