Click or drag to resize

XmlHelperParseInitParams Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Overload List
  NameDescription
Public methodStatic memberParseInitParams(IXmlElement)
Parse the specified "init-params" element of the following structure:
            <!ELEMENT init-params (init-param*)>
            <!ELEMENT init-param ((param-name | param-type), param-value,
            description?)>
            
into an object array.
Public methodStatic memberParseInitParams(IXmlElement, XmlHelperIParameterResolver)
Parse the specified "init-params" element of the following structure:
            <!ELEMENT init-params (init-param*)>
            <!ELEMENT init-param ((param-name | param-type), param-value,
            description?)>
            
into an object array.
Top
See Also