Show / Hide Table of Contents

Class XmlConfigSchemasRepository

Repository of parsed XML schemas that are used for Coherence for .NET configuration files validation.

Inheritance
object
XmlConfigSchemasRepository
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Tangosol.Config
Assembly: Coherence.dll
Syntax
public class XmlConfigSchemasRepository

Properties

Schemas

Returns a schema collection containing validation schemas for all registered parsers.

Declaration
public static XmlSchemaSet Schemas { get; }
Property Value
Type Description
XmlSchemaSet

A schema collection containing validation schemas for all registered parsers.

In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.