org.exolab.castor.xml
public class Validator extends Object implements ClassValidator
Version: $Revision: 1.2 $ $Date: 2005/03/01 00:43:25 $
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.