public interface CentraSiteTextValidator
Modifier and Type | Method and Description |
---|---|
void |
validate(java.lang.String value,
java.lang.String dataType)
Validate string value against the given XML schema data type.
|
void validate(java.lang.String value, java.lang.String dataType) throws ValidationException, javax.xml.registry.JAXRException
value
- the value to be validateddataType
- the built-in simple type to be used for validationValidationException
- thrown if a validation error occuredjavax.xml.registry.JAXRException
- if an internal error occurs on validate.