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 Code |
---|---|
public abstract class SchemaSetProvider |
Visual Basic (Declaration) | Copy Code |
---|---|
Public MustInherit Class SchemaSetProvider |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
SchemaSetProvider |
Initializes a new instance of the SchemaSetProvider class.
|
Public Methods
Name | Description | |
---|---|---|
ClearCache |
Clears the schemaset cache.
|
|
Contains |
Determines whether this instance contains given schema set
|
|
Equals | (Inherited from Object.) | |
GetContext |
Gets the context details of given schema set.
|
|
GetHashCode | (Inherited from Object.) | |
GetSchemaCacheFolderPath |
Gets the schema cache folder path.
|
|
GetSchemaSet |
Gets the schemaset for given schema id, security zone and sxml schema type.
|
|
GetSxmlLastModified |
Gets the sxml schema last modified
|
|
GetSxmlSchemaFileName |
Gets the name of the SXML schema file.
|
|
GetToStrictTransform |
Gets to strict transform.
|
|
GetToStrictTransformDocument |
Gets to strict transform document.
|
|
GetType | (Inherited from Object.) | |
GetVipers |
Gets the list of available vipers and enum values.
|
|
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
CreateSchemaFiles |
Creates the files of given schema set and save them to the current cache folder path.
|
|
CreateToStrictTransform |
Creates the open-to-strict sxml transform.
|
|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Fields
Name | Description | |
---|---|---|
FileNameToStrictSxml |
The file name for the ToStrictSxml transform.
|
Public Properties
Name | Description | |
---|---|---|
RootCacheFolderPath |
Gets the cache folder path.
|
|
SyncRoot |
Gets or sets the sync root used for synchronizing write access to the schema cache.
|
See Also
Smartsite.Validation.Sxml Namespace