Uses of Interface
javax.xml.bind.ValidationEvent

Packages that use ValidationEvent
javax.xml.bind   
javax.xml.bind.helpers   
javax.xml.bind.util   
 

Uses of ValidationEvent in javax.xml.bind
 

Subinterfaces of ValidationEvent in javax.xml.bind
 interface NotIdentifiableEvent
           
 interface ParseConversionEvent
           
 interface PrintConversionEvent
           
 

Methods in javax.xml.bind with parameters of type ValidationEvent
 boolean ValidationEventHandler.handleEvent(ValidationEvent event)
           
 

Uses of ValidationEvent in javax.xml.bind.helpers
 

Classes in javax.xml.bind.helpers that implement ValidationEvent
 class NotIdentifiableEventImpl
           
 class ParseConversionEventImpl
           
 class PrintConversionEventImpl
           
 class ValidationEventImpl
           
 

Methods in javax.xml.bind.helpers with parameters of type ValidationEvent
 boolean DefaultValidationEventHandler.handleEvent(ValidationEvent event)
           
 

Uses of ValidationEvent in javax.xml.bind.util
 

Methods in javax.xml.bind.util that return ValidationEvent
 ValidationEvent[] ValidationEventCollector.getEvents()
           
 

Methods in javax.xml.bind.util with parameters of type ValidationEvent
 boolean ValidationEventCollector.handleEvent(ValidationEvent event)
           
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.