Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Converts specified System.Xml.XmlElement into IXmlElement.

Namespace: Tangosol.Run.Xml
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public static void ConvertElement(
	XmlElement source,
	IXmlElement target,
	IXmlElement parent
)

Parameters

source
Type: System.Xml..::..XmlElement
Source XmlDocument; must not be null.
target
Type: Tangosol.Run.Xml..::..IXmlElement
IXmlElement that will be the result of conversion. If it is null, new instance of IXmlElement will be created.
parent
Type: Tangosol.Run.Xml..::..IXmlElement
Parent of target IXmlElement; may be null.

Exceptions

ExceptionCondition
System..::..ArgumentNullException If source is null.

See Also