Click or drag to resize

XmlHelperConvertElement Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Converts specified System.Xml.XmlElement into IXmlElement.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static void ConvertElement(
	XmlElement source,
	IXmlElement target,
	IXmlElement parent
)

Parameters

source
Type: System.XmlXmlElement
Source XmlDocument; must not be null.
target
Type: Tangosol.Run.XmlIXmlElement
IXmlElement that will be the result of conversion. If it is null, new instance of IXmlElement will be created.
parent
Type: Tangosol.Run.XmlIXmlElement
Parent of target IXmlElement; may be null.
Exceptions
ExceptionCondition
ArgumentNullException If source is null.
See Also