MXUnit 2.1.3 (Generated: 09/27/2012)

mxunit.framework
Class ConfigManager

WEB-INF.cftags.component
        extended by mxunit.framework.ConfigManager

public class ConfigManager
extends WEB-INF.cftags.component

Controlls data retrieved from mxunit-confg.xml


Method Summary
 ConfigManager ConfigManager()
          Constructor
remote array getConfigElement(string type, string name)
          Given a type and name, returns the first matching XML element node
remote any getConfigElementAttributeCollection(string type, string name)
          Given a type and name, returns all of the attributes in a struct, omitting the type and name
remote String getConfigElementValue(string type, string name)
          Given a type and name, returns the first matching XML element value
remote array getConfigElements(string xpath)
          Given an XPath expression, return an array of matching config elements
 
Methods inherited from class WEB-INF.cftags.component
 

Method Detail

ConfigManager

public ConfigManager ConfigManager()
Constructor


getConfigElement

remote array getConfigElement(string type, string name)
Given a type and name, returns the first matching XML element node.

Parameters:
type
name

getConfigElementAttributeCollection

remote any getConfigElementAttributeCollection(string type, string name)
Given a type and name, returns all of the attributes in a struct, omitting the type and name.

Parameters:
type
name

getConfigElementValue

remote String getConfigElementValue(string type, string name)
Given a type and name, returns the first matching XML element value.

Parameters:
type
name

getConfigElements

remote array getConfigElements(string xpath)
Given an XPath expression, return an array of matching config elements

Parameters:
xpath

MXUnit 2.1.3 (Generated: 09/27/2012)