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

Parse the specified Stream into an IXmlDocument object.

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

Syntax

C#
public virtual IXmlDocument ParseXml(
	Stream stream
)

Parameters

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

Return Value

An IXmlDocument object.

See Also