FileDocCategorySizeDatePackage
DatatypeValidator.javaAPI DocJava SE 5 API3404Fri Aug 26 14:55:46 BST 2005com.sun.org.apache.xerces.internal.impl.dv

DatatypeValidator

public interface DatatypeValidator
The interface that a DTD datatype must implement. The implementation of this interface must be thread-safe.
author
Sandy Gao, IBM
version
$Id: DatatypeValidator.java,v 1.5 2002/07/18 20:48:43 sandygao Exp $

Fields Summary
Constructors Summary
Methods Summary
public voidvalidate(java.lang.String content, com.sun.org.apache.xerces.internal.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