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

Gets an XmlReader instance for the supplied Stream.

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

Syntax

C#
protected virtual XmlReader CreateValidatingReader(
	Stream stream,
	XmlSchemaSet schemas,
	ValidationEventHandler eventHandler
)

Parameters

stream
Type: System.IO..::.Stream
The XML Stream.
schemas
Type: System.Xml.Schema..::.XmlSchemaSet
XML schemas that will be used for validation.
eventHandler
Type: System.Xml.Schema..::.ValidationEventHandler
Validation event handler.

Return Value

XmlReader implementation.

See Also