Click or drag to resize

SimpleParserCreateReaderSettings Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Gets an XmlReaderSettings with specified schemas used for validation and validation event handler.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected virtual XmlReaderSettings CreateReaderSettings(
	XmlSchemaSet schemas,
	ValidationEventHandler eventHandler
)

Parameters

schemas
Type: System.Xml.SchemaXmlSchemaSet
XML schemas that will be used for validation.
eventHandler
Type: System.Xml.SchemaValidationEventHandler
Validation event handler.

Return Value

Type: XmlReaderSettings
XmlReaderSettings instance.
See Also