Click or drag to resize

SimpleParserLoadXml Method (TextReader)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Gets the XmlDocument representing data from a given TextReader.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected virtual XmlDocument LoadXml(
	TextReader textReader
)

Parameters

textReader
Type: System.IOTextReader
TextReader that will provide Xml data.

Return Value

Type: XmlDocument
XmlDocument representing Xml data.
Exceptions
ExceptionCondition
ArgumentNullException If textReader is null.
XmlException If there is a load or parse error in the XML.
See Also