软件包 | 描述 |
---|---|
javax.xml.bind |
为客户端应用程序提供包括解包,编组运行时绑定框架,和验证能力。
|
javax.xml.bind.helpers |
只有使用JAXB提供商:一些的
javax.xml.bind接口提供了部分的默认实现。
|
javax.xml.bind.util |
有用的客户端实用程序类。
|
Modifier and Type | Method and Description |
---|---|
abstract Unmarshaller |
JAXBContext.createUnmarshaller()
创建一个
Unmarshaller对象可用于将XML数据转换成java内容树。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUnmarshallerImpl
Unmarshaller实施部分违约。
|
Constructor and Description |
---|
JAXBResult(Unmarshaller _unmarshaller)
创建一个新的实例,使用指定的配置来分解对象。
|
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.