System::Xml::Schema::XmlSchemaValidator::ValidateText method
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)
Parameter | Type | Description |
---|---|---|
elementValue | const String& | A text string to validate in the current element context. |
See Also
- Class String
- Class XmlSchemaValidator
- Namespace System::Xml::Schema
- Library Aspose.PUB for C++
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)
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 XmlSchemaValidator
- Namespace System::Xml::Schema
- Library Aspose.PUB for C++