BEA Systems, Inc.

weblogic.apache.xerces.impl.dv
Interface DatatypeValidator


Deprecated. please use JDK supplied XML parsers and transformers

public interface DatatypeValidator

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


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

Method Detail

validate

void validate(String content,
              ValidationContext context)
              throws InvalidDatatypeValueException
Deprecated. 
validate a given string against this DV

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

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.