Clean room implementation of the JAXB standard xml-binding API.
See: Description
| Interface Summary | |
|---|---|
| DatatypeConverterInterface | The |
| Element | This interface doesn't expose any methods. |
| Marshaller | An instance of |
| NotIdentifiableEvent | This event is triggered by the various |
| ParseConversionEvent | This event indicates a problem while resolving an IDREF. |
| PrintConversionEvent | This event indicates a problem while resolving an IDREF. |
| Unmarshaller | A If the JAXB user demands, the |
| UnmarshallerHandler | This interface is the SAX org.xml.sax.ContentHandler representation of an Unmarshaller, as returned by getUnmarshallerHandler. |
| ValidationEvent | An instance of |
| ValidationEventHandler | An instance of |
| ValidationEventLocator | The Depending on the source or target media (Unmarshalling, or Unmarshalling)
or the object being validated, you will most probably find that different
fields of the |
| Validator | A |
| Class Summary | |
|---|---|
| DatatypeConverter | This is a helper class for customized datatypes. |
| JAXBContext | The |
| JAXBException | This is the main exception class of JAXB. |
| MarshalException | The |
| PropertyException | The |
| TypeConstraintException | This is a runtime exception. |
| UnmarshalException | The |
| ValidationException | The |
Clean room implementation of the JAXB standard xml-binding API.