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

The type exposes the following members.

Public Constructors

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

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
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 Properties

  Name Description
Public property DocTypeNamespacePrefix
Gets or sets the doc type namespace prefix.
Public property Encoding
Gets or sets the character encoding.
Public property LineNumberOffset
Gets or sets the line number offset to use for line numbers in validation errors and warnings.
Public property PreTransform
Gets or sets the transform that is applied before the actual validation is performed.
Public property SchemaContext
Gets the schema context associated with the current settings.
Public property SchemaSetId
Gets the schemaset id.
Public property SchemaSetProvider
Gets the schema set provider.
Public property SecurityZone
Gets the security zone.
Public property SxmlNamespacePrefix
Gets or sets the SXML namespace prefix to be used for validation.
Public property ValidationBehavior
Gets the validation behavior.

See Also

Advanced