NOTATIONDatatypeValidatorpublic class NOTATIONDatatypeValidator extends Object implements DatatypeValidatorNOTATIONValidator 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. |
Constructors Summary |
---|
public NOTATIONDatatypeValidator()
|
Methods Summary |
---|
public void | validate(java.lang.String content, ValidationContext context)Checks that "content" string is valid NOTATION value.
If invalid a Datatype validation exception is thrown.
|
|