javax.xml.bind package.See: Description
| Class | Description |
|---|---|
| DefaultJaxbBuilderFactory |
Default implementation that uses
javax.xml.bind. |
| JavaxJaxbBuilder |
JaxbBuilder for Jaxb-Object and creating a JAXBSource. |
javax.xml.bind package.
This package is used by default when Input.fromJaxb(java.lang.Object) is used and the xmlunit-jakarta-jaxb-impl module is not present. If you are running on Java7 to 10 JAXB is part of the Java class
library, with later versions you need the JAXB specification and implementation of JavaEE or JakartaEE. This package is only compatible with the 2.x
version of Jakarta XML Binding, for version 3.x and later you must use the xmlunit-jakarta-jaxb-impl module
and the org.xmlunit.builder.jakarta_jaxb package.
Copyright © 2001–2025 XMLUnit. All rights reserved.