| Package | Description |
|---|---|
| javax.xml.bind |
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
|
| javax.xml.bind.helpers |
JAXB Provider Use Only: Provides partial default implementations for some of the
javax.xml.bind interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
<T> JAXBElement |
Unmarshaller.unmarshal(Node
Unmarshal XML data by JAXB mapped
declaredType and return the resulting content tree.
|
<T> JAXBElement |
Unmarshaller.unmarshal(Source
Unmarshal XML data from the specified XML Source by
declaredType and return the resulting content tree.
|
<T> JAXBElement |
Unmarshaller.unmarshal(XMLEventReader
Unmarshal root element to JAXB mapped
declaredType and return the resulting content tree.
|
abstract <T> JAXBElement |
Binder.unmarshal(XmlNode xmlNode, Class
Unmarshal XML root element by provided
declaredType to a JAXB object tree.
|
<T> JAXBElement |
Unmarshaller.unmarshal(XMLStreamReader
Unmarshal root element to JAXB mapped
declaredType and return the resulting content tree.
|
| Modifier and Type | Method and Description |
|---|---|
<T> JAXBElement |
AbstractUnmarshallerImpl.unmarshal(Node
|
<T> JAXBElement |
AbstractUnmarshallerImpl.unmarshal(Source
|
<T> JAXBElement |
AbstractUnmarshallerImpl.unmarshal(XMLEventReader
|
<T> JAXBElement |
AbstractUnmarshallerImpl.unmarshal(XMLStreamReader
|