Class ParseConversionEventImpl

java.lang.Object
jakarta.xml.bind.helpers.ValidationEventImpl
jakarta.xml.bind.helpers.ParseConversionEventImpl
All Implemented Interfaces:
ParseConversionEvent, ValidationEvent

public class ParseConversionEventImpl extends ValidationEventImpl implements ParseConversionEvent
Default implementation of the ParseConversionEvent interface.

Jakarta XML Binding providers are allowed to use whatever class that implements the ValidationEvent interface. This class is just provided for a convenience.

Since:
1.6, JAXB 1.0
See Also: