public interface DatatypeValidator
| Modifier and Type | Method and Description | 
|---|---|
| void | validate(java.lang.String content,
        ValidationContext context)validate a given string against this DV | 
void validate(java.lang.String content,
            ValidationContext context)
              throws InvalidDatatypeValueException
content - the string value that needs to be validatedcontext - the validation contextInvalidDatatypeValueExceptionCopyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.