API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.bind. Validator View Source
Author(s)

Since
JAXB1.0
Version
$Revision: 1.3 $ $Date: 2005/06/06 15:04:03 $
Serial
Hierarchy
 Validator
Subinterfaces
Description
public interface Validator
  As of JAXB 2.0, this class is deprecated and optional.
Methods
Hide/Show inherited methods
public ValidationEventHandler getEventHandler () throws JAXBException
  Return the current event handler or the default event handler if one hasn't been set.
public Object getProperty (String name) throws PropertyException
  Get the particular property in the underlying implementation of Validator.
public void setEventHandler (ValidationEventHandler handler) throws JAXBException
  Allow an application to register a validation event handler.
public void setProperty (String name, Object value) throws PropertyException
  Set the particular property in the underlying implementation of Validator.
public boolean validate (Object subrootObj) throws JAXBException
  Validate the Java content tree starting at subrootObj.
public boolean validateRoot (Object rootObj) throws JAXBException
  Validate the Java content tree rooted at rootObj.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar