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

java.lang.Object
  extended by org.apache.xerces.impl.dv.dtd.NMTOKENDatatypeValidator
All Implemented Interfaces:
DatatypeValidator
Direct Known Subclasses:
XML11NMTOKENDatatypeValidator

public class NMTOKENDatatypeValidator
extends java.lang.Object
implements DatatypeValidator

NMTOKEN datatype validator.

Version:
$Id: NMTOKENDatatypeValidator.java 446749 2006-09-15 21:51:23Z mrglavas $
Author:
Jeffrey Rodriguez, IBM, Sandy Gao, IBM

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

Constructor Detail

NMTOKENDatatypeValidator

public NMTOKENDatatypeValidator()
Method Detail

validate

public void validate(java.lang.String content,
                     ValidationContext context)
              throws InvalidDatatypeValueException
Checks that "content" string is valid NMTOKEN value. 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