Xml.xmldom.IDOMNode.supports

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

Delphi

function supports(const feature, version: DOMString): WordBool; { DOM Level 2 }

C++

virtual System::WordBool __fastcall supports(const System::UnicodeString feature, const System::UnicodeString version) = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMNode


説明

supports メソッドは,指定した機能がノードでサポートされているかどうかを示します。

supports メソッドは,DOM 実装が指定された機能を実装しており,このノードがその機能をサポートしている場合に true を返します。それ以外の場合,supports は false を返します。

feature は,該当する機能の名前です。

version は機能のバージョンです。version が指定されていない場合,supports メソッドは任意のバージョンの機能がサポートされている場合に true を返します。