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

Parse the specified Stream into an IXmlDocument object.

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

Syntax

C#
public virtual IXmlDocument ParseXml(
	Stream stream
)

Parameters

stream
Type: System.IO..::.Stream
The Stream object.

Return Value

An IXmlDocument object.

See Also