FileDocCategorySizeDatePackage
DatatypeValidator.javaAPI DocApache Xerces 3.0.11543Fri Sep 14 20:33:52 BST 2007org.apache.xerces.impl.dv

DatatypeValidator

public interface DatatypeValidator
The interface that a DTD datatype must implement. The implementation of this interface must be thread-safe.
xerces.internal
author
Sandy Gao, IBM
version
$Id: DatatypeValidator.java 446751 2006-09-15 21:54:06Z mrglavas $

Fields Summary
Constructors Summary
Methods Summary
public voidvalidate(java.lang.String content, org.apache.xerces.impl.dv.ValidationContext context)
validate a given string against this DV

param
content the string value that needs to be validated
param
context the validation context