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

Parse the specified Stream into an IXmlDocument object using the specified charset.

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,
	Encoding encoding
)

Parameters

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

Return Value

An IXmlDocument object.

Exceptions

ExceptionCondition
System.IO..::.IOException

See Also