Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.xerces.impl.dv.dtd.ListDatatypeValidator
Constructor Summary | |
Method Summary | |
void |
|
public void validate(String content, ValidationContext context) throws InvalidDatatypeValueException
Checks that "content" string is valid. If invalid a Datatype validation exception is thrown.
- Specified by:
- validate in interface DatatypeValidator
- Parameters:
content
- the string value that needs to be validatedcontext
- the validation context
- See Also:
InvalidDatatypeValueException