Package | Description |
---|---|
javax.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 © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.