Apache JMeter
2.0.1.20050615

org.apache.jmeter.protocol.http.modifier
Class UserParameterXMLParser

java.lang.Object
  extended byorg.apache.jmeter.protocol.http.modifier.UserParameterXMLParser

public class UserParameterXMLParser
extends Object

Parse an XML file to obtain parameter name and value information for all users defined in the XML file.

Version:
$Revision: 1.6 $
Author:
Mark Walsh

Constructor Summary
UserParameterXMLParser()
           
 
Method Summary
 List getXMLParameters(String xmlURI)
          Parse all user parameter data defined in XML file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserParameterXMLParser

public UserParameterXMLParser()
Method Detail

getXMLParameters

public List getXMLParameters(String xmlURI)
                      throws org.xml.sax.SAXException,
                             IOException
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:
org.xml.sax.SAXException
IOException

Apache JMeter
2.0.1.20050615

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