public interface

DatatypeValidator

org.apache.xerces.impl.dv.DatatypeValidator
Known Indirect Subclasses

Class Overview

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

Summary

Public Methods
abstract void validate(String content, ValidationContext context)
validate a given string against this DV

Public Methods

public abstract 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