Xml.XMLIntf.IXMLDocument.SchemaRef

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

Delphi

property SchemaRef: DOMString read GetSchemaRef;

C++

__property System::UnicodeString SchemaRef = {read=GetSchemaRef};

プロパティ

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

説明

この XML ドキュメントと関連付けられているスキーマの名前を返します。

SchemaRef プロパティを読み出すと,この XML ドキュメントと関連付けられているスキーマを確認できます。関連付けられているスキーマを識別する属性がドキュメントにない場合,SchemaRef の値は空の文字列です。

関連項目