API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.xml.bind.
ParseConversionEvent
View Source
Author(s)
Ryan Shoemaker, Sun Microsystems, Inc.
Kohsuke Kawaguchi, Sun Microsystems, Inc.
Joe Fialli, Sun Microsystems, Inc.
Since
JAXB1.0
Version
$Revision: 1.2 $
Serial
Hierarchy
ValidationEvent
ParseConversionEvent
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
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.
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.
See also:
ValidationEvent
ValidationEventHandler
Unmarshaller
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
public
final
static
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
public
final
static
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
public
final
static
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