Uses of Interface
javax.xml.bind.ValidationEventLocator

Packages that use ValidationEventLocator
javax.xml.bind   
javax.xml.bind.helpers   
 

Uses of ValidationEventLocator in javax.xml.bind
 

Methods in javax.xml.bind that return ValidationEventLocator
 ValidationEventLocator ValidationEvent.getLocator()
           
 

Uses of ValidationEventLocator in javax.xml.bind.helpers
 

Classes in javax.xml.bind.helpers that implement ValidationEventLocator
 class ValidationEventLocatorImpl
           
 

Methods in javax.xml.bind.helpers that return ValidationEventLocator
 ValidationEventLocator ValidationEventImpl.getLocator()
           
 

Methods in javax.xml.bind.helpers with parameters of type ValidationEventLocator
 void ValidationEventImpl.setLocator(ValidationEventLocator locator)
           
 

Constructors in javax.xml.bind.helpers with parameters of type ValidationEventLocator
NotIdentifiableEventImpl(int severity, String message, ValidationEventLocator locator)
           
NotIdentifiableEventImpl(int severity, String message, ValidationEventLocator locator, Throwable linkedException)
           
ParseConversionEventImpl(int severity, String message, ValidationEventLocator locator)
           
ParseConversionEventImpl(int severity, String message, ValidationEventLocator locator, Throwable linkedException)
           
PrintConversionEventImpl(int severity, String message, ValidationEventLocator locator)
           
PrintConversionEventImpl(int severity, String message, ValidationEventLocator locator, Throwable linkedException)
           
ValidationEventImpl(int severity, String message, ValidationEventLocator locator)
           
ValidationEventImpl(int severity, String message, ValidationEventLocator locator, Throwable linkedException)
           
 



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