FileDocCategorySizeDatePackage
NOTATIONDatatypeValidator.javaAPI DocJava SE 5 API3928Fri Aug 26 14:55:48 BST 2005com.sun.org.apache.xerces.internal.impl.dv.dtd

NOTATIONDatatypeValidator

public class NOTATIONDatatypeValidator extends Object implements DatatypeValidator
NOTATIONValidator defines the interface that data type validators must obey. These validators can be supplied by the application writer and may be useful as standalone code as well as plugins to the validator architecture.
author
Jeffrey Rodriguez, IBM
author
Sandy Gao, IBM
version
$Id: NOTATIONDatatypeValidator.java,v 1.6 2002/07/18 20:48:43 sandygao Exp $

Fields Summary
Constructors Summary
public NOTATIONDatatypeValidator()

    
Methods Summary
public voidvalidate(java.lang.String content, com.sun.org.apache.xerces.internal.impl.dv.ValidationContext context)
Checks that "content" string is valid NOTATION value. If invalid a Datatype validation exception is thrown.

param
content the string value that needs to be validated
param
context the validation context
throws
InvalidDatatypeException if the content is invalid according to the rules for the validators
see
InvalidDatatypeValueException