Xml.XmlTransform.TXMLTransform.ResultDocument
Delphi
property ResultDocument: IDOMDocument read FResultDocument;
C++
__property Xml::Xmldom::_di_IDOMDocument ResultDocument = {read=FResultDocument};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | Xml.XmlTransform.pas Xml.XmlTransform.hpp |
Xml.XmlTransform | TXMLTransform |
説明
変換結果の DOM インターフェースを指定します。
ResultDocument プロパティを読み出すと,DOM インターフェースを使って変換の結果を処理できます。ResultDocument は,TransformXML メソッドを呼び出して変換を実行すると作成されます。