API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.bind. ParseConversionEvent View Source
Author(s)

Since
JAXB1.0
Version
$Revision: 1.2 $
Serial
Hierarchy
 ValidationEvent
      ParseConversionEvent
Subinterfaces
Description
public 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.
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
publicfinalstatic int ERROR = "1" [Inherited From ValidationEvent]
Conditions that correspond to the definition of "error" in section 1.2 of the W3C XML 1.0 Recommendation
publicfinalstatic int FATAL_ERROR = "2" [Inherited From ValidationEvent]
Conditions that correspond to the definition of "fatal error" in section 1.2 of the W3C XML 1.0 Recommendation
publicfinalstatic int WARNING = "0" [Inherited From ValidationEvent]
Conditions that are not errors or fatal errors as defined by the XML 1.0 recommendation
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar