Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Converts specified System.Xml.XmlElement into IXmlElement.

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

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