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