パッケージ | 説明 |
---|---|
javax.xml.bind |
非整列化、整列化および検証機能を含む実行時バインディング・フレームワークをクライアント・アプリケーションに提供します。
|
javax.xml.bind.helpers |
JAXBプロバイダのみが使用します。いくつかのjavax.xml.bindインタフェースの部分的なデフォルト実装を提供します。
|
修飾子と型 | メソッドと説明 |
---|---|
<T> JAXBElement<T> |
Unmarshaller.unmarshal(Node node, Class<T> declaredType)
JAXBマップdeclaredTypeによってXMLデータを非整列化し、結果として得られるコンテンツ・ツリーを返します。
|
<T> JAXBElement<T> |
Unmarshaller.unmarshal(Source source, Class<T> declaredType)
declaredTypeに基づき、指定されたXML SourceからXMLデータを非整列化し、結果として得られるコンテンツ・ツリーを返します。
|
<T> JAXBElement<T> |
Unmarshaller.unmarshal(XMLEventReader reader, Class<T> declaredType)
JAXBマップdeclaredTypeにルート要素を非整列化し、結果として得られるコンテンツ・ツリーを返します。
|
abstract <T> JAXBElement<T> |
Binder.unmarshal(XmlNode xmlNode, Class<T> declaredType)
指定されたdeclaredTypeでXMLルート要素をJAXBオブジェクト・ツリーに非整列化します。
|
<T> JAXBElement<T> |
Unmarshaller.unmarshal(XMLStreamReader reader, Class<T> declaredType)
JAXBマップdeclaredTypeにルート要素を非整列化し、結果として得られるコンテンツ・ツリーを返します。
|
修飾子と型 | メソッドと説明 |
---|---|
<T> JAXBElement<T> |
AbstractUnmarshallerImpl.unmarshal(Node node, Class<T> expectedType) |
<T> JAXBElement<T> |
AbstractUnmarshallerImpl.unmarshal(Source source, Class<T> expectedType) |
<T> JAXBElement<T> |
AbstractUnmarshallerImpl.unmarshal(XMLEventReader reader, Class<T> expectedType) |
<T> JAXBElement<T> |
AbstractUnmarshallerImpl.unmarshal(XMLStreamReader reader, Class<T> expectedType) |
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.