Uses of Interface
jakarta.xml.bind.ValidationEvent
Package
Description
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
Jakarta XML Binding Provider Use Only: Provides partial default implementations for
some of the
jakarta.xml.bind
interfaces.Useful client utility classes.
-
Uses of ValidationEvent in jakarta.xml.bind
Modifier and TypeInterfaceDescriptioninterface
This event indicates that a problem was encountered resolving an ID/IDREF.interface
This event indicates that a problem was encountered while converting a string from the XML data into a value of the target Java data type.interface
This event indicates that a problem was encountered while converting data from the Java content tree into its lexical representation.Modifier and TypeMethodDescriptionboolean
ValidationEventHandler.handleEvent
(ValidationEvent event) Receive notification of a validation warning or error. -
Uses of ValidationEvent in jakarta.xml.bind.helpers
Modifier and TypeClassDescriptionclass
Default implementation of the NotIdentifiableEvent interface.class
Default implementation of the ParseConversionEvent interface.class
Default implementation of the PrintConversionEvent interface.class
Default implementation of the ValidationEvent interface.Modifier and TypeMethodDescriptionboolean
DefaultValidationEventHandler.handleEvent
(ValidationEvent event) -
Uses of ValidationEvent in jakarta.xml.bind.util
Modifier and TypeMethodDescriptionValidationEventCollector.getEvents()
Return an array of ValidationEvent objects containing a copy of each of the collected errors and warnings.Modifier and TypeMethodDescriptionboolean
ValidationEventCollector.handleEvent
(ValidationEvent event)