Interface I_CmsXmlValidateWithMessage

All Known Implementing Classes:
CmsXmlSerialDateValue

Interface to provide specific error messages on validation

Should be used as an extension of I_CmsXmlSchemaType. The CmsDefaultXmlContentHandler checks for that interface when it validates values.
  • Method Summary

    Modifier and Type
    Method
    Description
    Checks if a given value is valid according validation rules of this schema type in the XML schema.
  • Method Details