| Package | Description | 
|---|---|
| com.tangosol.run.xml | 
 Contains classes providing basic XML related functionality. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Object | 
XmlHelper.createInstance(XmlElement xml,
              ClassLoader loader,
              XmlHelper.ParameterResolver resolver)
Create an instance of the class configured using an XmlElement of the
 following structure:
 
   <! 
 | 
static Object | 
XmlHelper.createInstance(XmlElement xml,
              ClassLoader loader,
              XmlHelper.ParameterResolver resolver,
              Class clzAssignable)
Create an instance of the class configured using an XmlElement of the
 following structure:
 
   <! 
 | 
static Object[] | 
XmlHelper.parseInitParams(XmlElement xmlParams,
               XmlHelper.ParameterResolver resolver)
Parse the specified "init-params" element of the following structure:
 
 <! 
 |