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 class SchemaContext
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class SchemaContext

The type exposes the following members.

Public Constructors

  Name Description
Public method SchemaContext
Initializes a new instance of the SchemaContext class.

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetSchemaFileNames
Gets the list of schema file names for the current context instance.
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Fields

  Name Description
Public field Static member XhtmlNamespaceUri
The xhtml namespace.

Public Properties

  Name Description
Public property AssociatedFileNames
Gets or sets the associated file names (excluding the main schema file name itself).
Public property ContainsOtherNamespace
Gets a value indicating whether another namespace is included.
Public property ContainsSxml
Gets a value indicating whether the SXML namespace is included.
Public property DocTypeName
Gets or sets the name of the doc type.
Public property DocTypePublicId
Gets or sets the doc type public id.
Public property DocTypeSystemId
Gets or sets the doc type system id.
Public property FileResolver
Gets or sets the schema file resolver.
Public property Id
Gets or sets the unique schema identifier of this context.
Public property SchemaFileName
Gets the name of the main schema file.

See Also

Advanced