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

Since
JAXB1.0
Version
$Revision: 1.1 $
Serial
Hierarchy
 Object
      ValidationEventCollector
Implements
 ValidationEventHandler
Subclasses
Description
public class ValidationEventCollector
  ValidationEventHandler implementation that collects all events.
Constructors
public ValidationEventCollector ()
Methods
Hide/Show inherited methods
public ValidationEvent getEvents ()
  Return an array of ValidationEvent objects containing a copy of each of the collected errors and warnings.
public boolean handleEvent (ValidationEvent event) [Specified in ValidationEventHandler]
public boolean hasEvents ()
  Returns true if this event collector contains at least one ValidationEvent.
public void reset ()
Clear all collected errors and warnings.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar