org.apache.xerces.impl.dv.dtd
public class ListDatatypeValidator extends Object implements DatatypeValidator
Version: $Id: ListDatatypeValidator.java,v 1.8 2005/03/22 05:35:49 mrglavas Exp $
UNKNOWN:
Constructor Summary | |
---|---|
ListDatatypeValidator(DatatypeValidator itemDV) |
Method Summary | |
---|---|
void | validate(String content, ValidationContext context)
Checks that "content" string is valid.
|
Parameters: content the string value that needs to be validated context the validation context
Throws: InvalidDatatypeException if the content is invalid according to the rules for the validators
See Also: InvalidDatatypeValueException