XmlHelperCreateInstance Method (IXmlElement, XmlHelperIParameterResolver, Type) |
<!ELEMENT ... (class-name | (class-factory-name, method-name),
init-params?>
<!ELEMENT init-params (init-param*)>
<!ELEMENT init-param ((param-name | param-type), param-value,
description?)>
As of Coherence 12.1.2 the supplied element may also be of the
following format:
<!ELEMENT instance>
where the "instance" format is the same as above.
Namespace: Tangosol.Run.Xml
public static Object CreateInstance( IXmlElement xmlClass, XmlHelperIParameterResolver resolver, Type typeAssignable )