public interface I_CmsXmlValidateWithMessage
I_CmsXmlSchemaType.
The CmsDefaultXmlContentHandler checks for that interface when it validates values.| Modifier and Type | Method and Description |
|---|---|
CmsMessageContainer |
validateWithMessage(java.lang.String value)
Checks if a given value is valid according validation rules of this schema type in the XML schema.
|
CmsMessageContainer validateWithMessage(java.lang.String value)
In contrast to I_CmsXmlSchemaType.validateValue(String) a specific error message is returned
in the case of validation errors.
value - the value to validatenull if the value is valid, a localized error message otherwise.