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 |
---|---|
|
Unmarshaller.unmarshal(Node node,
Class
Unmarshal XML data by JAXB mapped declaredType
and return the resulting content tree.
|
|
Unmarshaller.unmarshal(Source source,
Class
Unmarshal XML data from the specified XML Source by declaredType and return the
resulting content tree.
|
|
Unmarshaller.unmarshal(XMLEventReader reader,
Class
Unmarshal root element to JAXB mapped declaredType
and return the resulting content tree.
|
abstract |
Binder.unmarshal(XmlNode xmlNode,
Class
Unmarshal XML root element by provided declaredType
to a JAXB object tree.
|
|
Unmarshaller.unmarshal(XMLStreamReader reader,
Class
Unmarshal root element to JAXB mapped declaredType
and return the resulting content tree.
|
Modifier and Type | Method and Description |
---|---|
|
AbstractUnmarshallerImpl.unmarshal(Node node,
Class |
|
AbstractUnmarshallerImpl.unmarshal(Source source,
Class |
|
AbstractUnmarshallerImpl.unmarshal(XMLEventReader reader,
Class |
|
AbstractUnmarshallerImpl.unmarshal(XMLStreamReader reader,
Class |
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.