Uses of Interface
jakarta.xml.bind.ValidationEvent
-
Packages that use ValidationEvent Package Description jakarta.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.jakarta.xml.bind.helpers Jakarta XML Binding Provider Use Only: Provides partial default implementations for some of thejakarta.xml.bind
interfaces.jakarta.xml.bind.util Useful client utility classes. -
-
Uses of ValidationEvent in jakarta.xml.bind
Subinterfaces of ValidationEvent in jakarta.xml.bind Modifier and Type Interface Description interface
NotIdentifiableEvent
This event indicates that a problem was encountered resolving an ID/IDREF.interface
ParseConversionEvent
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
PrintConversionEvent
This event indicates that a problem was encountered while converting data from the Java content tree into its lexical representation.Methods in jakarta.xml.bind with parameters of type ValidationEvent Modifier and Type Method Description boolean
ValidationEventHandler. handleEvent(ValidationEvent event)
Receive notification of a validation warning or error. -
Uses of ValidationEvent in jakarta.xml.bind.helpers
Classes in jakarta.xml.bind.helpers that implement ValidationEvent Modifier and Type Class Description class
NotIdentifiableEventImpl
Default implementation of the NotIdentifiableEvent interface.class
ParseConversionEventImpl
Default implementation of the ParseConversionEvent interface.class
PrintConversionEventImpl
Default implementation of the PrintConversionEvent interface.class
ValidationEventImpl
Default implementation of the ValidationEvent interface.Methods in jakarta.xml.bind.helpers with parameters of type ValidationEvent Modifier and Type Method Description boolean
DefaultValidationEventHandler. handleEvent(ValidationEvent event)
-
Uses of ValidationEvent in jakarta.xml.bind.util
Methods in jakarta.xml.bind.util that return ValidationEvent Modifier and Type Method Description ValidationEvent[]
ValidationEventCollector. getEvents()
Return an array of ValidationEvent objects containing a copy of each of the collected errors and warnings.Methods in jakarta.xml.bind.util with parameters of type ValidationEvent Modifier and Type Method Description boolean
ValidationEventCollector. handleEvent(ValidationEvent event)
-