|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
Unmarshaller を使用しているパッケージ | |
---|---|
javax.xml.bind | 非整列化、整列化および検証機能を含む実行時バインディングフレームワークをクライアントアプリケーションに提供します。 |
javax.xml.bind.helpers | JAXB プロバイダのみが使用します。 |
javax.xml.bind.util | 便利なクライアントユーティリティークラス パッケージの仕様 JAXB 仕様 関連ドキュメント 概要、チュートリアル、例、ガイド、およびツールのマニュアルについては、以下を参照してください。 |
javax.xml.bind での Unmarshaller の使用 |
---|
Unmarshaller を返す javax.xml.bind のメソッド | |
---|---|
abstract Unmarshaller |
JAXBContext.createUnmarshaller()
XML データを Java コンテンツツリーに変換するために使用できる Unmarshaller オブジェクトを作成します。 |
javax.xml.bind.helpers での Unmarshaller の使用 |
---|
Unmarshaller を実装している javax.xml.bind.helpers のクラス | |
---|---|
class |
AbstractUnmarshallerImpl
部分的なデフォルト Unmarshaller 実装です。 |
javax.xml.bind.util での Unmarshaller の使用 |
---|
Unmarshaller 型のパラメータを持つ javax.xml.bind.util のコンストラクタ | |
---|---|
JAXBResult(Unmarshaller _unmarshaller)
オブジェクトを非整列化するために指定された Unmarshaller を使用した新しいインスタンスを作成します。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。