API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.xml.bind.
PrintConversionEvent
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
PrintConversionEvent
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface PrintConversionEvent
This event indicates that a problem was encountered while converting data from the Java content tree into its lexical representation.
This event indicates that a problem was encountered while converting data
from the Java content tree into its lexical representation.
See also:
ValidationEvent
ValidationEventHandler
Marshaller
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