Java javax.xml.bind.util ValidationEventCollector fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.bind.util ValidationEventCollector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.bind.util ValidationEventCollector.

The text is from its open source code.

Constructor

Method

ValidationEvent[]getEvents()
Return an array of ValidationEvent objects containing a copy of each of the collected errors and warnings.
booleanhasEvents()
Returns true if this event collector contains at least one ValidationEvent.