BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


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

public 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/docs91
Copyright 2005 BEA Systems Inc.