Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Converts specified System.Xml.XmlDocument into IXmlDocument.

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

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