System.Xml.Schema.XmlSchemaValidator.ValidateWhitespace Method

Validates whether the white space returned by the System.Xml.Schema.XmlValueGetter object specified is allowed in the current element context, and accumulates the white space for validation if the current element has simple content.

Syntax

public void ValidateWhitespace (XmlValueGetter elementValue)

Parameters

elementValue
An System.Xml.Schema.XmlValueGetter delegate used to pass the white space value as a Common Language Runtime (CLR) type compatible with the XML Schema Definition Language (XSD) type of the attribute.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml.Schema
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0