| com.uwyn.rife.cmf.validation.CmfPropertyValidationRule com.uwyn.rife.cmf.validation.SupportedXhtml
SupportedXhtml | public class SupportedXhtml extends CmfPropertyValidationRule (Code) | | A validation rule that checks if the data in a property is able to be
loaded as supported and valid xhtml without errors.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ since: 1.0 |
Constructor Summary | |
public | SupportedXhtml(String propertyName, boolean fragment) Instantiates a new SupportedXhtml instance. |
SupportedXhtml | public SupportedXhtml(String propertyName, boolean fragment)(Code) | | Instantiates a new SupportedXhtml instance.
Parameters: propertyName - the name of the property Parameters: fragment - true if the property is a fragment; orfalse if it's a complete document since: 1.0
|
validate | public boolean validate()(Code) | | |
|
|