Uses of Interface
javax.xml.bind.ValidationEventLocator
-
Packages that use ValidationEventLocator Package Description com.sun.xml.bind com.sun.xml.bind.unmarshaller com.sun.xml.bind.util com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.com.sun.xml.bind.v2.runtime.unmarshaller javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.javax.xml.bind.helpers Jakarta XML Binding Provider Use Only: Provides partial default implementations for some of thejavax.xml.bindinterfaces. -
-
Uses of ValidationEventLocator in com.sun.xml.bind
Subinterfaces of ValidationEventLocator in com.sun.xml.bind Modifier and Type Interface Description interfaceValidationEventLocatorExDefines additional accessor methods for the event source location. -
Uses of ValidationEventLocator in com.sun.xml.bind.unmarshaller
Methods in com.sun.xml.bind.unmarshaller that return ValidationEventLocator Modifier and Type Method Description ValidationEventLocatorDOMScanner. getLocation() -
Uses of ValidationEventLocator in com.sun.xml.bind.util
Classes in com.sun.xml.bind.util that implement ValidationEventLocator Modifier and Type Class Description classValidationEventLocatorExImpl -
Uses of ValidationEventLocator in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime that return ValidationEventLocator Modifier and Type Method Description ValidationEventLocatorXMLSerializer. getCurrentLocation(String fieldName)protected abstract ValidationEventLocatorCoordinator. getLocation()Gets the current location.protected ValidationEventLocatorXMLSerializer. getLocation() -
Uses of ValidationEventLocator in com.sun.xml.bind.v2.runtime.unmarshaller
Classes in com.sun.xml.bind.v2.runtime.unmarshaller that implement ValidationEventLocator Modifier and Type Class Description static classLocatorEx.SnapshotImmutable snapshot of aLocatorExMethods in com.sun.xml.bind.v2.runtime.unmarshaller that return ValidationEventLocator Modifier and Type Method Description ValidationEventLocatorLocatorEx. getLocation()Gets the current location in aValidationEventLocatorobject.ValidationEventLocatorLocatorEx.Snapshot. getLocation()protected ValidationEventLocatorUnmarshallingContext. getLocation() -
Uses of ValidationEventLocator in javax.xml.bind
Methods in javax.xml.bind that return ValidationEventLocator Modifier and Type Method Description ValidationEventLocatorValidationEvent. getLocator()Retrieve the locator for this warning/error. -
Uses of ValidationEventLocator in javax.xml.bind.helpers
Classes in javax.xml.bind.helpers that implement ValidationEventLocator Modifier and Type Class Description classValidationEventLocatorImplDefault implementation of the ValidationEventLocator interface.Methods in javax.xml.bind.helpers that return ValidationEventLocator Modifier and Type Method Description ValidationEventLocatorValidationEventImpl. getLocator()Methods in javax.xml.bind.helpers with parameters of type ValidationEventLocator Modifier and Type Method Description voidValidationEventImpl. setLocator(ValidationEventLocator _locator)Set the locator object for this event.Constructors in javax.xml.bind.helpers with parameters of type ValidationEventLocator Constructor Description NotIdentifiableEventImpl(int _severity, String _message, ValidationEventLocator _locator)Create a new NotIdentifiableEventImpl.NotIdentifiableEventImpl(int _severity, String _message, ValidationEventLocator _locator, Throwable _linkedException)Create a new NotIdentifiableEventImpl.ParseConversionEventImpl(int _severity, String _message, ValidationEventLocator _locator)Create a new ParseConversionEventImpl.ParseConversionEventImpl(int _severity, String _message, ValidationEventLocator _locator, Throwable _linkedException)Create a new ParseConversionEventImpl.PrintConversionEventImpl(int _severity, String _message, ValidationEventLocator _locator)Create a new PrintConversionEventImpl.PrintConversionEventImpl(int _severity, String _message, ValidationEventLocator _locator, Throwable _linkedException)Create a new PrintConversionEventImpl.ValidationEventImpl(int _severity, String _message, ValidationEventLocator _locator)Create a new ValidationEventImpl.ValidationEventImpl(int _severity, String _message, ValidationEventLocator _locator, Throwable _linkedException)Create a new ValidationEventImpl.
-