This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public abstract class SchemaSetProvider
Visual Basic (Declaration) Copy imageCopy Code
                                  Public MustInherit Class SchemaSetProvider

The type exposes the following methods.

Public Methods

  Name Description
Public method ClearCache
Clears the schemaset cache.
Public method Contains
Determines whether this instance contains given schema set
Public method Equals (Inherited from Object.)
Public method GetContext
Gets the context details of given schema set.
Public method GetHashCode (Inherited from Object.)
Public method GetSchemaCacheFolderPath
Gets the schema cache folder path.
Public method GetSchemaSet
Gets the schemaset for given schema id, security zone and sxml schema type.
Public method GetSxmlLastModified
Gets the sxml schema last modified
Public method Static member GetSxmlSchemaFileName
Gets the name of the SXML schema file.
Public method GetToStrictTransform
Gets to strict transform.
Public method GetToStrictTransformDocument
Gets to strict transform document.
Public method GetType (Inherited from Object.)
Public method GetVipers
Gets the list of available vipers and enum values.
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method CreateSchemaFiles
Creates the files of given schema set and save them to the current cache folder path.
Protected method CreateToStrictTransform
Creates the open-to-strict sxml transform.
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

See Also

Advanced