Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-01
Parse the specified Stream into an IXmlDocument object using the specified charset.

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

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