|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.impl.dv.dtd.NOTATIONDatatypeValidator
public class NOTATIONDatatypeValidator
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.
Constructor Summary | |
---|---|
NOTATIONDatatypeValidator()
|
Method Summary | |
---|---|
void |
validate(java.lang.String content,
ValidationContext context)
Checks that "content" string is valid NOTATION value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NOTATIONDatatypeValidator()
Method Detail |
---|
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 context
InvalidDatatypeException
- if the content is
invalid according to the rules for the validators
InvalidDatatypeValueException
InvalidDatatypeValueException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |