Uses of Interface
javax.xml.bind.ValidationEvent

Uses of ValidationEvent in javax.xml.bind
 

Subinterfaces of ValidationEvent in javax.xml.bind
 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 javax.xml.bind with parameters of type ValidationEvent
 boolean ValidationEventHandler.handleEvent(ValidationEvent event)
          Receive notification of a validation warning or error.