public class MarshallingSource extends SAXSourceSE
Marshaller を使用する SourceSE 実装。Marshaller とマーシャリングするオブジェクトで構成できます。MarshallingSource は SAXSource から拡張されていますが、SAXSource のメソッドの呼び出しはサポートされていません。一般に、このクラスでサポートされる唯一の操作は、SAXSource.getXMLReader()SE を介して取得した XMLReader を使用して、SAXSource.getInputSource()SE を介して取得した入力ソースを解析することです。setXMLReader(XMLReader) または setInputSource(InputSource) を呼び出すと、UnsupportedOperationException になります。
TransformerSEFEATURESE| コンストラクターと説明 | 
|---|
MarshallingSource(Marshaller marshaller, ObjectSE content) 指定されたマーシャラーとコンテンツで新しい  MarshallingSource を作成します。 | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
ObjectSE | getContent() 整列化するオブジェクトを返します。  | 
Marshaller | getMarshaller() この  MarshallingSource で使用される Marshaller を返します。 | 
void | setInputSource(InputSourceSE inputSource)UnsupportedOperationException をスローします。 | 
void | setXMLReader(XMLReaderSE reader)UnsupportedOperationException をスローします。 | 
getInputSourceSE, getSystemIdSE, getXMLReaderSE, setSystemIdSE, sourceToInputSourceSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic MarshallingSource(Marshaller marshaller, ObjectSE content)
MarshallingSource を作成します。marshaller - 使用するマーシャラー content - 整列化されるオブジェクト public Marshaller getMarshaller()
MarshallingSource で使用される Marshaller を返します。public ObjectSE getContent()
public void setInputSource(InputSourceSE inputSource)
UnsupportedOperationException をスローします。SAXSourceSE の setInputSourceSE public void setXMLReader(XMLReaderSE reader)
UnsupportedOperationException をスローします。SAXSourceSE の setXMLReaderSE