Package | Description |
---|---|
jakarta.xml.bind |
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
|
Modifier and Type | Method and Description |
---|---|
Binder<Node> |
JAXBContext.createBinder()
Creates a
Binder for W3C DOM. |
<T> Binder<T> |
JAXBContext.createBinder(Class<T> domType)
Creates a
Binder object that can be used for
associative/in-place unmarshalling/marshalling. |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.