public interface DatatypeValidator
The interface that a DTD datatype must implement. The implementation of this
interface must be thread-safe.
@xerces.internal
- Version:
- $Id: DatatypeValidator.java 699892 2008-09-28 21:08:27Z mrglavas $
- Author:
- Sandy Gao, IBM
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(String content, ValidationContext context) validate a given string against this DV
-
Method Details
-
validate
validate a given string against this DV- Parameters:
content
- the string value that needs to be validatedcontext
- the validation context- Throws:
InvalidDatatypeValueException
-