org.apache.xerces.impl.dv

Interface DatatypeValidator

public interface DatatypeValidator

The interface that a DTD datatype must implement. The implementation of this interface must be thread-safe.

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Version: $Id: DatatypeValidator.java,v 1.7 2004/10/06 14:56:50 mrglavas Exp $

Author: Sandy Gao, IBM

Method Summary
voidvalidate(String content, ValidationContext context)
validate a given string against this DV

Method Detail

validate

public void validate(String content, ValidationContext context)
validate a given string against this DV

Parameters: content the string value that needs to be validated context the validation context

Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.