JavaTM Platform
Standard Ed. 6

インタフェース
javax.xml.bind.Unmarshaller の使用

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

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。