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

Gets an XmlReader instance for the supplied TextReader.

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

Syntax

C#
protected virtual XmlReader CreateValidatingReader(
	TextReader textReader,
	XmlSchemaSet schemas,
	ValidationEventHandler eventHandler
)

Parameters

textReader
Type: System.IO..::.TextReader
The XML TextReader.
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