Xml.XMLIntf.IXMLDocument.SetParseOptions

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetParseOptions(const Value: TParseOptions);

C++

virtual void __fastcall SetParseOptions(const TParseOptions Value) = 0 ;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLDocument

説明

ParseOptions プロパティの値を設定します。

SetParseOptions は,ParseOptions プロパティの書き込み専用メソッドです。

Value は,割り当てるパーサーオプションのセットです。

関連項目