System::Xml::Schema::XmlSchemaValidator::ValidateWhitespace method
Contents
[
Hide
]XmlSchemaValidator::ValidateWhitespace(const String&) method
Validates whether the white space in the string specified is allowed in the current element context, and accumulates the white space for validation if the current element has simple content.
void System::Xml::Schema::XmlSchemaValidator::ValidateWhitespace(const String &elementValue)
Parameter | Type | Description |
---|---|---|
elementValue | const String& | A white space string to validate in the current element context. |
See Also
- Class String
- Class XmlSchemaValidator
- Namespace System::Xml::Schema
- Library Aspose.TeX for C++
XmlSchemaValidator::ValidateWhitespace(XmlValueGetter) method
Validates whether the white space returned by the XmlValueGetter object specified is allowed in the current element context, and accumulates the white space for validation if the current element has simple content.
void System::Xml::Schema::XmlSchemaValidator::ValidateWhitespace(XmlValueGetter elementValue)
Parameter | Type | Description |
---|---|---|
elementValue | XmlValueGetter | An XmlValueGetter callback used to pass the white space value as a type compatible with the XML Schema Definition Language (XSD) type of the attribute. |
See Also
- Typedef XmlValueGetter
- Class XmlSchemaValidator
- Namespace System::Xml::Schema
- Library Aspose.TeX for C++