org.apache.xerces.impl.dv.dtd
Class ListDatatypeValidator

java.lang.Object
  extended by org.apache.xerces.impl.dv.dtd.ListDatatypeValidator
All Implemented Interfaces:
DatatypeValidator

public class ListDatatypeValidator
extends java.lang.Object
implements DatatypeValidator

For list types: ENTITIES, IDREFS, NMTOKENS.

Version:
$Id: ListDatatypeValidator.java 572061 2007-09-02 18:05:06Z mrglavas $
Author:
Jeffrey Rodriguez, IBM, Sandy Gao, IBM

Constructor Summary
ListDatatypeValidator(DatatypeValidator itemDV)
           
 
Method Summary
 void validate(java.lang.String content, ValidationContext context)
          Checks that "content" string is valid.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListDatatypeValidator

public ListDatatypeValidator(DatatypeValidator itemDV)
Method Detail

validate

public void validate(java.lang.String content,
                     ValidationContext context)
              throws InvalidDatatypeValueException
Checks that "content" string is valid. If invalid a Datatype validation exception is thrown.

Specified by:
validate in interface DatatypeValidator
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
InvalidDatatypeValueException
See Also:
InvalidDatatypeValueException