DatatypeValidator
public class NOTATIONDatatypeValidator extends java.lang.Object implements DatatypeValidator
Constructor | Description |
---|---|
NOTATIONDatatypeValidator() |
Modifier and Type | Method | 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 DatatypeValidator
content
- the string value that needs to be validatedcontext
- the validation contextInvalidDatatypeException
- if the content is
invalid according to the rules for the validatorsInvalidDatatypeValueException
InvalidDatatypeValueException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.