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

Converts specified System.Xml.XmlDocument into IXmlDocument.

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

Syntax

C#
public static IXmlDocument ConvertDocument(
	XmlDocument xmlDoc
)

Parameters

xmlDoc
Type: System.Xml..::.XmlDocument
Source XmlDocument.

Return Value

IXmlDocument that is the result of conversion.

See Also