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

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

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,
	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