软件包 | 描述 |
---|---|
javax.xml.bind |
为客户端应用程序提供包括解包,编组运行时绑定框架,和验证能力。
|
javax.xml.bind.helpers |
只有使用JAXB提供商:一些的
javax.xml.bind接口提供了部分的默认实现。
|
Modifier and Type | Method and Description |
---|---|
<T> JAXBElement<T> |
Unmarshaller.unmarshal(Node node, 类<T> declaredType)
数据的XML数据通过JAXB映射
declaredType和返回结果的内容树。
|
<T> JAXBElement<T> |
Unmarshaller.unmarshal(Source source, 类<T> declaredType)
从指定的XML数据的XML数据源的
declaredType和返回结果的内容树。
|
<T> JAXBElement<T> |
Unmarshaller.unmarshal(XMLEventReader reader, 类<T> declaredType)
数据的根元素
declaredType JAXB映射和返回结果的内容树。
|
abstract <T> JAXBElement<T> |
Binder.unmarshal(XmlNode xmlNode, 类<T> declaredType)
数据的XML根元素来提供
declaredType JAXB对象树。
|
<T> JAXBElement<T> |
Unmarshaller.unmarshal(XMLStreamReader reader, 类<T> declaredType)
数据的根元素
declaredType JAXB映射和返回结果的内容树。
|
Modifier and Type | Method and Description |
---|---|
<T> JAXBElement<T> |
AbstractUnmarshallerImpl.unmarshal(Node node, 类<T> expectedType) |
<T> JAXBElement<T> |
AbstractUnmarshallerImpl.unmarshal(Source source, 类<T> expectedType) |
<T> JAXBElement<T> |
AbstractUnmarshallerImpl.unmarshal(XMLEventReader reader, 类<T> expectedType) |
<T> JAXBElement<T> |
AbstractUnmarshallerImpl.unmarshal(XMLStreamReader reader, 类<T> expectedType) |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.