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

Since
JAXB1.0
Version
$Revision: 1.2 $
Serial
Hierarchy
 ValidationEvent
      NotIdentifiableEvent
Subinterfaces
Description
public interface NotIdentifiableEvent
  This event indicates that a problem was encountered resolving an ID/IDREF.
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