Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Load XML from a stream using the specified encoding.

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

Syntax

C#
public static IXmlDocument LoadXml(
	Stream stream,
	Encoding encoding
)

Parameters

stream
Type: System.IO..::.Stream
The Stream object.
encoding
Type: System.Text..::.Encoding
Encoding.

Return Value

The XML content.

See Also