org.exolab.castor.xml
public class Validator extends Object implements ClassValidator
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:09:16 $
| Constructor Summary | |
|---|---|
| Validator()
Creates a new Validator
| |
| Method Summary | |
|---|---|
| void | validate(Object object)
Validates the given Object
|
| void | validate(Object object, ValidationContext context)
Validates the given Object
|
Parameters: object the Object to validate
Parameters: object the Object to validate context the ValidationContext to use during validation.