org.exolab.castor.xml
public class Validator extends Object implements ClassValidator
Version: $Revision: 6026 $ $Date: 2005-02-28 17:43:25 -0700 (Mon, 28 Feb 2005) $
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.