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