public class NOTATIONDatatypeValidator extends java.lang.Object implements DatatypeValidator
| Constructor and Description | 
|---|
| NOTATIONDatatypeValidator() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | validate(java.lang.String content,
        ValidationContext context)Checks that "content" string is valid NOTATION value. | 
public void validate(java.lang.String content,
            ValidationContext context)
              throws InvalidDatatypeValueException
validate in interface DatatypeValidatorcontent - the string value that needs to be validatedcontext - the validation contextInvalidDatatypeException - if the content is
         invalid according to the rules for the validatorsInvalidDatatypeValueExceptionInvalidDatatypeValueExceptionCopyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.