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 class SchemaContext |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class SchemaContext |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
SchemaContext |
Initializes a new instance of the SchemaContext class.
|
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetSchemaFileNames |
Gets the list of schema file names for the current context instance.
|
|
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Fields
Name | Description | |
---|---|---|
XhtmlNamespaceUri |
The xhtml namespace.
|
Public Properties
Name | Description | |
---|---|---|
AssociatedFileNames |
Gets or sets the associated file names (excluding the main schema file name itself).
|
|
ContainsOtherNamespace |
Gets a value indicating whether another namespace is included.
|
|
ContainsSxml |
Gets a value indicating whether the SXML namespace is included.
|
|
DocTypeName |
Gets or sets the name of the doc type.
|
|
DocTypePublicId |
Gets or sets the doc type public id.
|
|
DocTypeSystemId |
Gets or sets the doc type system id.
|
|
FileResolver |
Gets or sets the schema file resolver.
|
|
Id |
Gets or sets the unique schema identifier of this context.
|
|
SchemaFileName |
Gets the name of the main schema file.
|
See Also
Smartsite.Validation.Sxml Namespace