Class Overview
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.
Public Constructors
public
NOTATIONDatatypeValidator
()
Public Methods
Checks that "content" string is valid NOTATION value.
If invalid a Datatype validation exception is thrown.
Parameters
content
| the string value that needs to be validated |
context
| the validation context |